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": [ {} ] }
Get a specific workflow
API key authentication. Add your API key with the X-API-Key header.
X-API-Key
Comma-separated list of related data to include (e.g., 'results,stats')
Show child attributes