API Reference
Find Task
GET
/
tasks
/
{task_id}
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.
Path Parameters
The ID of the task.
Response
200 - application/json
A task.
The unique ID for the task.
The name of the of the task queue.
The status of the task. Additional statuses may be added over time.
Available options:
queued
, working
, success
, failure
A task request.
The ISO 8601 timestamp representing when the task was created.
The name of the task.
The ISO 8601 timestamp for when the task is scheduled to be executed.
Was this page helpful?