List agent runs
GET/v1/api/ai/runs
Query parameters
Responses
| Parameter | Type | Description |
|---|---|---|
runtime_id | string | — |
page | integer | — |
per_page | integer | — |
Response samples
200
{
"data": [
{
"branch": "string",
"error": "string",
"flow_id": "string",
"id": "string",
"inserted_at": "string",
"language": "javascript",
"language_version": "string",
"mode": "analyze",
"prompt": "string",
"repository": "string",
"runtime_id": "string",
"shared": false,
"status": "pending",
"updated_at": "string",
"user_id": "string"
}
]
}