Skip to main content
GET
/
workflows
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"
    }
  ]
}
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"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key authentication. Add your API key with the X-API-Key header.

Response

200 - application/json
id
string
required
name
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
results
object[] | null
fields
object[] | null