Start orchestration run

POST/v1/orchestrations/{orchestrationId}/runs

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
Query parameters
None.

Body schema

Content type: application/json · Optional

FieldTypeRequiredDescription
inputsobjectNo

What the API returns

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

200Orchestration run startedapplication/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.
402Insufficient budgetapplication/json
FieldTypeRequiredDescription
errorstringNo
messagestringNoMessage text.
currentBudgetnumberNo
Start orchestration run
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow