Download coverage report by ID
documentedDownload a DQL coverage report for a specific report ID.
GET /kg/v3/dql/report/{id}Knowledge Graphno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://kg.diffbot.com/kg/v3/dql/report/{{$id}}?token={{DIFFBOT_API_KEY}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"