VirtuousAI
ReferenceV1

List All Runs

GET
/api/v1/automation-runs

Query Parameters

status?|
limit?integer
Default100
Rangevalue <= 1000
offset?integer
Default0
Range0 <= value

Header Parameters

authorization?|
X-API-Key?|
vai_token?|

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/automation-runs"
{
  "items": [
    {
      "automationId": "string",
      "completedAt": "2019-08-24T14:15:22Z",
      "concurrencyKey": "string",
      "createdAt": "2019-08-24T14:15:22Z",
      "durationSeconds": 0,
      "error": {},
      "externalJobId": "string",
      "id": "string",
      "orchestratorType": "local",
      "startedAt": "2019-08-24T14:15:22Z",
      "status": "pending",
      "tenantId": "string",
      "triggerSourceId": "string",
      "triggerSourceType": "user",
      "triggerType": "manual",
      "updatedAt": "2019-08-24T14:15:22Z"
    }
  ],
  "total": 0
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}