Skip to main content
GET
Get Pathway Translation Run

Overview

Returns the current state of a job started with Start Pathway Translation. While the job runs, the record carries status and progress counters only; the full result appears once the status is terminal (COMPLETE, FAILED, or CANCELLED). A run that has not finished after 11 hours is marked FAILED with TRANSLATION_TIMED_OUT the next time it is read.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The run’s unique identifier. Returns 400 INVALID_RUN_ID if it is not a UUID and 404 TRANSLATION_RUN_NOT_FOUND if no run with that ID exists in your organization.

Response

object
The run record.
object | null
The terminal result. Which of scenarios or agent and version is present depends on the job’s create flag.
null | array
null on success, or a list of error objects if the request failed.

Docs for agents: llms.txt