Retrieves the current status and result of a previously triggered workflow task. Use this endpoint to poll for task completion after triggering a workflow.
Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>
Unique identifier of the task to retrieve
Successfully retrieved task status
Current status of the task
Archived, InProgress, Completed, Canceled, Error, FeedbackNeeded "Completed"
Timestamp of when the task was last modified (ISO 8601 format)
"2025-12-04T10:35:00Z"
Workflow-specific result data (structure varies by workflow type)
{ "output": "Translated text result" }URL to view the task in the agentic UI
"https://agent.deepl.com/static/chat/e333fb65-77eb-4669-ba55-201a5e3cff32"