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 InlineRestoreJobStatusJobId200Response of type(s) application/json
{
    "jobId": "string",
    "isDeleted": false,
    "message": "string",
    "state": "string"
}
string
jobId
Optional

jobId

boolean
isDeleted
Optional

isDeleted

string
message
Optional

message

string
state
Optional

state