Download Single Result of Bulk Job
documentedDownload a single result from a bulk extract job by index.
GET /v3/bulk/{bulkjobId}Bulk APIno 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://api.diffbot.com/v3/bulk/?token={{DIFFBOT_API_KEY}}&name={{$bulkJobName}}" \
-X GET \
-H "Accept: application/json"