runs
List Active Runs
List all active runs.
get/v1/runs/active
Query parameters
agent_idstring nullable
The unique identifier of the agent associated with the run.
The unique identifier of the agent associated with the run.
backgroundboolean nullable
If True, filters for runs that were created in background mode.
If True, filters for runs that were created in background mode.
Response
Successful Response
Example response
[
{
"id": "run-123e4567-e89b-12d3-a456-426614174000"
}
]