POST
/
v1
/
applications
/
jobs
/
{job_id}
/
retry
curl --location --request POST https://api.writer.com/v1/applications/jobs/{job_id}/retry \
 --header "Authorization: Bearer <token>"
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "in_progress",
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string
required

The ID of the job to retry.

Response

202 - application/json
Accepted
id
string
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
required

The timestamp when the job was created.