Applications API
Retrieve all jobs
Retrieve all jobs created via the async API, linked to the provided application ID (or alias).
GET
No-code applications are now called no-code agents. The Applications API, which you can use to programmatically interact with no-code agents, still uses the term
application
to minimize breaking changes.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your Writer API key.
Path Parameters
The ID of the no-code app for which to retrieve jobs.
Query Parameters
The status of the job.
Available options:
in_progress
, failed
, completed
The pagination offset for retrieving the jobs.
The pagination limit for retrieving the jobs.
Was this page helpful?