List all schedules

List all transformation schedules. Use nextCursor to paginate through the results.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
query Parameters
limit
integer <int32> [ 1 .. 1000 ]

Limits the number of results to be returned. The maximum is 1000, default limit is 100.

cursor
string

Cursor for paging through results.

includePublic
boolean

Whether public transformations should be included in the results. The default is true.

Responses
200

Response with list of schedules.

400

The response for a failed request.

403

The response for a forbidden request.

409

The response for a conflict.

get/transformations/schedules
Request samples
schedules_list = client.transformations.schedules.list()
Response samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "nextCursor": "string"
}