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

job_id
string<uuid>
required

The ID of the job to retrieve.

Response

200 - application/json

Successful response

id
string<uuid>
required

The unique identifier for the job.

status
enum<string>
required

The status of the job.

Available options:
in_progress,
failed,
completed
application_id
string
required

The ID of the application associated with this job.

created_at
string<date-time>
required

The timestamp when the job was created.

updated_at
string<date-time>

The timestamp when the job was last updated.

completed_at
string<date-time>

The timestamp when the job was completed.

data
generate_application_response · object

The result of the completed job, if applicable.

error
string

The error message if the job failed.