Skip to content

List your executions โ€‹

If you need to list your executions you can use the following route.

Route โ€‹

See Workflow in the API routes reference (Get Execution History).

Payload โ€‹

No payload - GET method

Response โ€‹

The response is wrapped in the standard success envelope. data.executions is an array of execution records, data.count is the number returned on this page, and data.nextKey is an opaque pagination token โ€” pass it as start_key on the next request to fetch the following page (null when there are no more pages).

Download URLs are not included here. Once an execution has succeeded, retrieve its output files via the execution outputs routes (see Workflow).

Note

You can send request fields in camelCase or snake_case โ€” the API accepts either and normalizes to snake_case internally. Responses come back in camelCase to match the web app.