List schedules

Authentication

AuthorizationBearer

Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.

Query parameters

statusenumOptional
Filter by status
Allowed values:
limitlongOptional
Max items to return
offsetintegerOptional>=0Defaults to 0
Items to skip

Response

Schedule list
metaobject
Pagination metadata
scheduleslist of objects
List of schedules for the current page

Errors

401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error