Sign in

Download Enhance Bulk coverage report

documented

Download the coverage report for a completed Enhance Bulk job.

GET /kg/v3/enhance/bulk/report/{bulkjobId}/{reportId}Knowledge 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/enhance/bulk/{{$bulkjobId}}/{{$reportId}}?token={{DIFFBOT_API_KEY}}" \
  -X GET \
  -H "Accept: text/csv" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
Download Enhance Bulk coverage report · Diffbot · OpenIntegrations