Sign in

Download coverage report by DQL query

documented

Download the coverage report for a given DQL query.

GET /kg/v3/dql/reportKnowledge Graphno implementation yet0 runs
No 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/{{$reportId}}?token={{DIFFBOT_API_KEY}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Download coverage report by DQL query · Diffbot · OpenIntegrations