API Reference
List Schedules
A maximum of 100 tasks are returned per request.
This is a paginated endpoint. To request the next page, use the value of the X-Cursor-After
header from the previous response as the after
query parameter in the next request.
GET
Authorizations
The Mergent API uses API keys to authenticate requests. Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth. All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
Response
200
application/json
A list of schedules in sorted order, with the most recent schedules appearing first.
The response is of type object[]
.