Get Job Details

get

/cloudapi/restapi/v3/bgjobs/{bgJobName}

This end point returns background job details. It includes the last run date, start time of job, end time of completed job, job status, logs if job is processed, and runtime user Example request: GET /cloudapi/restapi/v3/bgjobs/PVD

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : BackgroundJobService
Type: object
Title: BackgroundJobService
Show Source
Nested Schema : CloudTZDateTime
Type: object
Title: CloudTZDateTime
Read Only: true
Date and time when the password was last reset.
Show Source

400 Response

An invalid job name was specified. Please recheck the input. Job name can only be pvd, datasync or bidder
Back to Top