Sign in

Download Single Result of Bulk Job

documented

Download a single result from a bulk extract job by index.

GET /v3/bulk/{bulkjobId}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/?token={{DIFFBOT_API_KEY}}&name={{$bulkJobName}}" \
  -X GET \
  -H "Accept: application/json"