AviatoAviato
DeveloperAPI ReferenceJobsId

/api/jobs/{id}

GET
/api/jobs/{id}

Path Parameters

id*string

Resource ID

Response Body

application/json

application/json

curl -X GET "https://example.com/api/jobs/string"
{
  "job": {
    "id": "string",
    "type": "scan",
    "libraryId": "string",
    "pluginId": "string",
    "status": "pending",
    "priority": 0,
    "payload": {
      "property1": null,
      "property2": null
    },
    "result": {
      "property1": null,
      "property2": null
    },
    "progress": 0,
    "errorMessage": "string",
    "createdAt": "string",
    "startedAt": "string",
    "completedAt": "string"
  }
}
{
  "error": "string"
}