Skip to main content
GET
/
workflows
cURL
curl --request GET \
  --url https://api.anyformat.ai/workflows/ \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "results": [
      {
        "file_name": "<string>",
        "status": "<string>",
        "processed_at": "2023-11-07T05:31:56Z",
        "datapoint_set": [
          {
            "field_name": "<string>",
            "value": "<string>",
            "evidence": {},
            "confidence": 123
          }
        ]
      }
    ],
    "fields": [
      {}
    ]
  }
]

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