View Job Status

post

/pds/rest-service/dataservice/jobStatus

Send a request to view job details. This endpoint will return list of job details.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Filter conditions.
Root Schema : JobFilterRO
Type: object
Title: JobFilterRO
Filter condition entity.
Show Source
  • jobIds
    List of scheduled job ids
  • Allowed Values: [ "NEW", "QUEUED", "RUNNING", "DELEGATED", "ON_HOLD", "REJECTED", "COMPLETED", "COMPLETED_WITH_ERRORS", "FAILED", "NOOP", "COMPLETED_WITH_WARNINGS" ]
    Scheduled job status
  • Allowed Values: [ "EXPORT_DATA" ]
    Scheduled job type
Nested Schema : jobIds
Type: array
List of scheduled job ids
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful Operation
Body ()
Root Schema : List<JobDetailsRO>
Type: array
Title: List<JobDetailsRO>
Show Source
Nested Schema : JobDetailsRO
Type: object
Title: JobDetailsRO
Show Source

204 Response

No Content

500 Response

Internal Server Error
Back to Top