List all runs

get/v1/runs

Query parameters

limitinteger

Number of items (default 20, max 100)

offsetinteger

Offset for pagination (default 0)

statusstring

Filter by run status (running, waiting, success, partial, failure, cancelled)

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "message": "success",
  "requestId": "abc-123"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.