Jobs

Retry a job

A new job will be created with the same parameters as the original job, including the job type (model_swap, flat_2_model, etc.).

Note: Identity preprocessing jobs do not support retry. Please upload the identity again.

GET
/jobs/{job_id}/retry
AuthorizationBearer <token>

Token-based authentication using access tokens.

In: header

Path Parameters

job_idstring

Response Body

Examples

curl -X GET "https://v2.api.piktid.com/jobs/string/retry"
{
  "job_id": "string",
  "status": "string",
  "message": "string"
}
{
  "error": "Invalid request",
  "detail": [
    {
      "field": null,
      "message": "string",
      "position": "query"
    }
  ]
}
Empty