Retrieves the current status and outputs of a specific workflow run. Poll this endpoint to track workflow progress and retrieve generated outputs.
Rate Limit: 120 requests per minute per API key.
API key authentication. Get your API key from the workspace settings.
Example: Authorization: Bearer cordage_xxxxxxxxxxxx
The webhook key
"wh_abc123xyz"
The run ID returned from the trigger endpoint
"550e8400-e29b-41d4-a716-446655440000"
Run details retrieved successfully
Unique identifier for this workflow run
The current status of a workflow run
pending, running, completed, failed, cancelled When the run was started
When the run completed (null if still running)
Metadata about the workflow run
URLs of generated output files (available when status is 'completed')