Skip to main content
GET
cURL
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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your Writer API key.

Path Parameters

application_id
string
required

The ID of the no-code app for which to retrieve jobs.

Query Parameters

status
enum<string>

The status of the job.

Available options:
in_progress,
failed,
completed
offset
integer<int64>

The pagination offset for retrieving the jobs.

limit
integer<int32>

The pagination limit for retrieving the jobs.

Response

200 - application/json

Successful response

result
get_async_application_job_response · object[]
required
totalCount
integer<int64>

The total number of jobs associated with the application.

pagination
object