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.
| Field | Supported Filters | Sort |
|---|---|---|
id | $eq, $in | Sort: ✗ |
externalId | $eq, $in | Sort: ✗ |
appId | $eq, $in | Sort: ✗ |
status | $eq, $in | Sort: ✗ |
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.