Sign in

Poll Enhance Bulk job status

documented

Poll the status of a specific Enhance Bulk job.

GET /kg/v3/enhance/bulk/{bulkjobId}/statusKnowledge 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}}/status?token={{DIFFBOT_API_KEY}}" \
  -X GET \
  -H "Accept: application/json"
Poll Enhance Bulk job status · Diffbot · OpenIntegrations