Skip to main content
POST
Authorization
string
required
Bearer token. Format: Bearer <api-key>
Workspace-Id
string
required
Your workspace UUID.
comparison_id
string
required
UUID of the comparison to execute.
celery_task_id
string
If provided, the running job with this task ID is terminated before a new execution starts.
enable_priority
boolean
default:"false"
If true, the job is placed at the front of the execution queue.
translation_iteration_no
integer
Translation iteration number. Used when executing as part of a translation workflow.
translation_run_id
string
Translation run ID. Used when executing as part of a translation workflow.
current_event_key
string
Event key for tracking the execution in an agent workflow.

Response

message
string
Status message.
run_id
integer
The job ID. Use this to monitor progress via the Jobs API.
celery_task_id
string
The background task ID assigned to this execution.