curl -X GET 'https://api.anyformat.ai/v2/workflows/550e8400-e29b-41d4-a716-446655440000/runs/?page=1&page_size=20' \ -H 'Authorization: Bearer YOUR_API_KEY'
{ "count": 42, "page": 1, "page_size": 20, "results": [ { "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "status": "processed", "created_at": "2024-03-24T12:00:00.000Z", "updated_at": "2024-03-24T12:02:30.000Z" }, { "id": "b2c3d4e5-f6a7-8901-bcde-f12345678901", "status": "in_progress", "created_at": "2024-03-24T13:00:00.000Z", "updated_at": "2024-03-24T13:00:15.000Z" } ] }
List all runs for a workflow with pagination
page
1
page_size
20
x >= 1
1 <= x <= 100
Successful Response
GET /workflows/{id}/runs/ — paginated run list.
Show child attributes