ReferenceV1
List Runs
Query Parameters
action_id?|
kind?|
status?|
parent_action_run_id?|
limit?integer
Default
100Range
1 <= value <= 100offset?integer
Default
0Range
0 <= valueHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/action-runs"{
"hasNext": true,
"limit": 0,
"offset": 0,
"runs": [
{
"actionId": "string",
"completedAt": "2019-08-24T14:15:22Z",
"concurrencyKey": "string",
"createdAt": "2019-08-24T14:15:22Z",
"definition": {},
"durationSeconds": 0,
"error": {},
"id": "string",
"idempotencyKey": "string",
"kind": "dlt_extract",
"parentActionRunId": "string",
"result": {},
"retryCount": 0,
"startedAt": "2019-08-24T14:15:22Z",
"status": "pending",
"triggerMethod": "ui",
"triggerSourceId": "string",
"triggerSourceType": "user",
"updatedAt": "2019-08-24T14:15:22Z"
}
],
"total": 0,
"users": {}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}