Skip to main content
GET
/
workflows
/
{id}
cURL
curl --request GET \
  --url https://api.anyformat.ai/workflows/{id}/ \
  --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.

Path Parameters

id
string
required

Query Parameters

include
string

Comma-separated list of related data to include (e.g., 'results,stats')

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