Returns information about schedules.
Input parameters
Parameter | Type | Required | Description |
|---|---|---|---|
| Number | Yes | Your account ID. |
Sample request
{ actor { account(id: 11933347) { workflowAutomation { schedules { results { definition { name scope { id type } version } schedule { id } } } } } }}Sample response
The query returns:
schedules.results: An array of schedule objects, each containing:definition.name: The workflow definition namedefinition.scope.id: The account IDdefinition.scope.type: The scope typedefinition.version: The workflow definition versionschedule.id: The unique identifier of the schedule