GET
/
v1
/
applications
/
jobs
/
{job_id}
curl --location --request GET https://api.writer.com/v1/applications/jobs/{job_id} \
 --header "Authorization: Bearer <token>"
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "in_progress",
  "application_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "completed_at": "2023-11-07T05:31:56Z",
  "data": {
    "title": "<string>",
    "suggestion": "<string>"
  },
  "error": "<string>"
}
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
required

The ID of the job to retrieve.

Response

200 - application/json
Successful response

The response is of type object.