Run lifecycle endpoints currently include: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.
GET /api/v1/runsPOST /api/v1/runsGET /api/v1/runs/{runId}DELETE /api/v1/runs/{runId}POST /api/v1/runs/{runId}/cancelPOST /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