curl -X GET 'https://api.anyformat.ai/v2/workflows/?page=1&page_size=20' \ -H 'Authorization: Bearer YOUR_API_KEY'
{ "count": 2, "page": 1, "page_size": 20, "results": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Invoice Processing", "description": "Extract data from invoice documents", "created_at": "2024-03-24T12:00:00.000Z", "updated_at": "2024-03-24T12:00:00.000Z" }, { "id": "550e8400-e29b-41d4-a716-446655440001", "name": "Receipt Processing", "description": null, "created_at": "2024-03-24T13:00:00.000Z", "updated_at": "2024-03-24T13:00:00.000Z" } ] }
List workflows with pagination and optional filtering
page_size
1 <= x <= 100
x >= 1
Successful Response
GET /workflows/ — paginated workflow list.
Show child attributes