Applications API
Retrieve a single job
Retrieves a single job created via the Async API.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the job to retrieve.
Response
200 - application/json
Successful response
The unique identifier for the job.
The status of the job.
Available options:
in_progress
, failed
, completed
The ID of the application associated with this job.
The timestamp when the job was created.
The timestamp when the job was last updated.
The timestamp when the job was completed.
The result of the completed job, if applicable.
The error message if the job failed.
Was this page helpful?