latestOpenAPI 3.0.02026-08-137192110.1 KB
75294f591cc2
Orchestrations
Get Orchestration
Get a specific Orchestration by its ID.
get/orchestrations/{id}
Path parameters
idstring required
Example:ewK8sDoLNI4CFR
The ID of the Orchestration.
Response
Example response
{
"id": "ewK8sDoLNI4CFR",
"name": "My Orchestration",
"cron_expression": "0 0 * * *",
"description": "Daily sync of all marketing data.",
"active": true
}