Sign in

Download Bulk Job Coverage Report

documented

Download the coverage report for a completed bulk job.

GET /v3/bulk/report/{bulkjobId}/{reportId}Bulk APIno 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://api.diffbot.com/v3/bulk/data?type=urls&bulkjobId={{$bulkjobId}}&reportId={{$reportId}}&token={{$DIFFBOT_API_KEY}}" \
  -H "Accept: text/csv" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"