curl --request GET \
--url https://api.example.com/v1/runs \
--header 'X-API-Key: <api-key>'{
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workflow_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"input": {},
"status": "queued",
"created_at": "2023-11-07T05:31:56Z",
"node_ids": [
"<string>"
],
"progress": 0,
"definitions": {},
"finished_at": "2023-11-07T05:31:56Z",
"workflow": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"type": "flow",
"definition": {},
"workflow_hash": "<string>",
"meta": {
"tags": [],
"icon": "<string>"
},
"last_updated_at": "2023-11-07T05:31:56Z",
"last_run_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z",
"runs_count": 123,
"author_name": "<string>",
"description": "<string>",
"saved": true,
"error_handler": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"source": "<string>"
}
],
"total": 1,
"page": 2,
"size": 2,
"pages": 1
}Get a paginated list of runs
curl --request GET \
--url https://api.example.com/v1/runs \
--header 'X-API-Key: <api-key>'{
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workflow_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"input": {},
"status": "queued",
"created_at": "2023-11-07T05:31:56Z",
"node_ids": [
"<string>"
],
"progress": 0,
"definitions": {},
"finished_at": "2023-11-07T05:31:56Z",
"workflow": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"type": "flow",
"definition": {},
"workflow_hash": "<string>",
"meta": {
"tags": [],
"icon": "<string>"
},
"last_updated_at": "2023-11-07T05:31:56Z",
"last_run_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z",
"runs_count": 123,
"author_name": "<string>",
"description": "<string>",
"saved": true,
"error_handler": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"source": "<string>"
}
],
"total": 1,
"page": 2,
"size": 2,
"pages": 1
}Page number
x >= 1Page size
1 <= x <= 100Successful Response
Show child attributes
queued, running, failed, completed, stopped Show child attributes
flow, handler, ingestion x >= 0x >= 1x >= 1x >= 0