List processes
List processes
Returns process snapshots filtered by optional ref, state, and status query parameters. The status filter accepts the terminal exit states (success, failed, timeout, canceled) or ‘null’ to match processes that have not finished.
GET
List processes
Query Parameters
Optional reference string used to filter processes.
Current lifecycle state of a process.
Available options:
queued, running, idle, terminating Filter processes by terminal exit state. Use 'null' to match processes that have not finished.
Available options:
failed, success, timeout, canceled, null Response
Matching processes.
Collection wrapper for process listings.
Processes that match the provided query filters.
Last modified on July 1, 2026