latestOpenAPI 3.0.02026-08-137192110.1 KB
75294f591cc2
Orchestrations
Request Orchestration Run
Attempts to run the specified Orchestration immediately.
post/orchestrations/{id}/request_run
Path parameters
idstring required
Example:ewK8sDoLNI4CFR
The ID of the Orchestration to run.
Response
The scheduled Orchestration Run.
Example response
{
"id": "ewK8sDoLNI4CFR",
"orchestration_id": "3LIw2FdxoByya9",
"status": "COMPLETED",
"due_at": "2024-01-01T00:00:00.000Z",
"started_at": "2024-01-01T00:00:05.000Z",
"finished_at": "2024-01-01T00:05:00.000Z"
}