Sign in

List Enhance Bulk jobs for a token

documented

List all Enhance bulkjobs for the API token.

GET /kg/v3/enhance/bulk/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/{{$bulk_id}}/status?token={{DIFFBOT_API_KEY}}" \
  -X GET \
  -H "Accept: application/json"
List Enhance Bulk jobs for a token · Diffbot · OpenIntegrations