Retrieve a single workflow by ID, including its field definitions.
Workflows cannot be modified via the API. To update a workflow’s fields or configuration, use the anyformat platform where you can create new workflow versions while preserving the original. Alternatively, create a new workflow via the API and delete the old one.
curl -X GET 'https://api.anyformat.ai/v2/workflows/550e8400-e29b-41d4-a716-446655440000/' \ -H 'Authorization: Bearer YOUR_API_KEY'