List all transformation schedules. Use nextCursor to paginate through the results.
Response with list of schedules.
The response for a failed request.
The response for a forbidden request.
The response for a conflict.
schedules_list = client.transformations.schedules.list()
{- "items": [
- {
- "id": 0,
- "externalId": "string",
- "createdTime": 0,
- "lastUpdatedTime": 0,
- "interval": "0 0 * * *",
- "isPaused": true
}
], - "nextCursor": "string"
}