curl -X GET 'https://api.anyformat.ai/workflows/' \ -H 'x-api-key: YOUR_API_KEY'
{ "count": 2, "next": null, "previous": null, "page": 1, "page_size": 20, "results": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Invoice Extraction", "created_at": "2024-03-24T12:00:00Z", "updated_at": "2024-03-24T12:00:00Z" }, { "id": "550e8400-e29b-41d4-a716-446655440001", "name": "Receipt Processing", "created_at": "2024-03-24T13:00:00Z", "updated_at": "2024-03-24T13:00:00Z" } ] }
List all workflows
API key authentication. Add your API key with the X-API-Key header.
X-API-Key
Show child attributes