Retrieve transformation schedules by transformation IDs or external IDs.
List of transformation IDs of schedules to retrieve. Must be up to a maximum of 1000 items and all of them must be unique.
Response with list of schedules.
The response for a failed request.
The response for a forbidden request.
The response for a conflict.
{- "items": [
- {
- "externalId": "string"
}
], - "ignoreUnknownIds": true
}
{- "items": [
- {
- "id": 0,
- "externalId": "string",
- "createdTime": 0,
- "lastUpdatedTime": 0,
- "interval": "0 0 * * *",
- "isPaused": true
}
]
}