# Get a schedule by id **GET /v1/schedule/{scheduleId}** Returns a full schedule object if the matching id is found. ## Servers - https://api.crontap.com: https://api.crontap.com () ## Authentication methods - Api key & Client ## Parameters ### Headers - **ClientId** (string) - **ApiKey** (string) ### Path parameters - **scheduleId** (string) ## Responses ### 200 Schedule object. #### Body: (object) - **id** (string) - **status** (string) - **url** (string) - **verb** (string) - **interval** (string) - **timezone** (string) - **createdAt** (string) - **updatedAt** (string) - **headers** (object) - **data** (object) - **integrations** (array[object]) - **label** (string) ### 400 Bad Request #### Body: (object) - **error** (string) ### 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)