Application API
Retrieve all jobs
Retrieve all jobs created via the async API, linked to the provided application ID (or alias).
GET
/
v1
/
applications
/
{application_id}
/
jobs
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
A list of jobs associated with the application.