Skip to main content
POST
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 retry.

Response

202 - application/json

Accepted

id
string<uuid>
required

The unique identifier for the async job created.

status
enum<string>
required

The status of the job.

Available options:
in_progress,
failed,
completed
created_at
string<date-time>
required

The timestamp when the job was created.