List all runs for a specific workflow
get/v1/workflows/{id}/runs
Path parameters
idstring required
Workflow ID
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
Example response
{
"code": 200,
"message": "success",
"requestId": "abc-123"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.