Get orchestration run

GET/v1/orchestrations/{orchestrationId}/runs/{orchestrationRunId}

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
NameLocationTypeRequiredDescription
orchestrationIdpathstringYesOrchestration ID
orchestrationRunIdpathstringYesOrchestration run ID
Query parameters
None.

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Orchestration run detailsapplication/json
FieldTypeRequiredDescription
runobjectNo
run.idstringNoUnique identifier.
run.orchestrationIdstringNo
run.threadIdstringNoThread ID.
run.statuspending | running | completed | failedNoCurrent lifecycle status.
run.stepResultsobject[]No
run.stepResults[].stepIdstringNoStep ID.
run.stepResults[].agentIdstringNoAgent ID.
run.stepResults[].statuspending | running | completed | failed | skippedNoCurrent lifecycle status.
run.stepResults[].outputstringNo
run.stepResults[].errorstringNo
run.stepResults[].durationMsintegerNo
run.createdAtstringNoISO 8601 timestamp.
run.completedAtstringNoISO 8601 timestamp.
Get orchestration run
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow