This API gets and returns a schedule.
Input parameters
Parameter | Type | Required | Description |
|---|---|---|---|
| Number | Yes | Your account ID. |
| String | Yes | The unique identifier of the schedule to retrieve. |
Sample request
{ actor { account(id: 11933347) { workflowAutomation { schedule(id: "schedule-id") { id } } } }}Sample response
The query returns:
schedule.id: The unique identifier of the schedule.