v1

latestOpenAPI 3.0.32026-07-2644164161.5 KB
template

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

Path parameters

application_idstring required

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

Query parameters

status'in_progress' | 'failed' | 'completed'

The status of the job.

offsetinteger

The pagination offset for retrieving the jobs.

limitinteger

The pagination limit for retrieving the jobs.

Response

Successful response

totalCountinteger

The total number of jobs associated with the application.