List Tasks
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.
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.
Query Parameters
The cursor value from the X-Cursor-After
header of the previous response. Use this to request the next page.
Response
The unique ID for the task.
The name of the task.
The name of the of the task queue.
The status of the task. Additional statuses may be added over time.
queued
, working
, success
, failure
A task request.
The ISO 8601 timestamp for when the task is scheduled to be executed.
The ISO 8601 timestamp representing when the task was created.
Was this page helpful?