# List schedules **GET /v1/schedules** Returns a list of schedules. ## Servers - https://api.crontap.com: https://api.crontap.com () ## Authentication methods - Api key & Client ## Parameters ### Headers - **ClientId** (string) - **ApiKey** (string) ### Query parameters - **limit** (integer) The maximum number of schedules to return. Defaults to 100. - **orderBy** (string) The field to order the schedules by. Available options are: url, label, createdAt, updatedAt. Defaults to url. - **orderDirection** (string) The direction to order the schedules by. Available options are: asc, desc. Defaults to asc. ## Responses ### 200 A list of schedule objects. #### Body: (object) - **schedules** (array[object]) ### 401 Unauthorized #### Body: (object) - **error** (string) ### 404 Not Found #### Body: (object) - **error** (string) ### 500 Internal Error #### Body: (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)