Retrieves a list of schedules, given the provided paging and filtering.
By default only ACTIVE schedules are returned, unless you provide a different
status filter.
Currently, you can't sort the response.
Query schedules runs with these defaults, which you can override:
cursorPaging.limit is 50For field support for filters, see Schedules V3: Supported Filters.
To learn about working with Query endpoints, see API Query Language and Sorting and Paging.
| Property | Filters | Sort |
|---|---|---|
id | $eq, $in | None |
externalId | $eq, $in | None |
appId | $eq, $in | None |
status | $eq, $in | None |
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.