Get restore job status

Get restore job status

API to get restore job status

Request
URI
GET
https://{api_host}/restore/jobStatus/{jobId}
COPY
Path Parameters
string
jobId
Required

jobId

Header Parameters
string
Accept
Required

application/json


Authentication
This operation uses the following authentication methods.
Responses
200

Status 200

Returns _restore_jobStatus__jobId__get_200_response of type(s) application/json
{
    "jobId": "jobId",
    "isDeleted": true,
    "state": "state",
    "message": "message"
}
string
jobId
Optional

jobId

boolean
isDeleted
Optional

isDeleted

string
message
Optional

message

string
state
Optional

state