Download Enhance Bulk coverage report
documentedDownload the coverage report for a completed Enhance Bulk job.
GET /kg/v3/enhance/bulk/report/{bulkjobId}/{reportId}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/enhance/bulk/{{$bulkjobId}}/{{$reportId}}?token={{DIFFBOT_API_KEY}}" \
-X GET \
-H "Accept: text/csv" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"