Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.bulkgrid.com/llms.txt

Use this file to discover all available pages before exploring further.

Run lifecycle endpoints currently include:
  • GET /api/v1/runs
  • POST /api/v1/runs
  • GET /api/v1/runs/{runId}
  • DELETE /api/v1/runs/{runId}
  • POST /api/v1/runs/{runId}/cancel
  • POST /api/v1/runs/{runId}/retry

What these endpoints do

  • list existing runs
  • create run-based workflows
  • inspect run state and statistics
  • cancel in-flight work
  • retry failed or incomplete work

Best companion docs