Get a Job's status

get

https://<servername>:<port number>/epm/rest/v1/jobs/{jobId}

Get a Narrative Reporting job's status, which will provide links to the job results when the job is complete.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Request successful
Body ()
Root Schema : JobStatus
Type: object
Status of a Narrative Reporting Job.
Show Source

400 Response

Invalid parameter
Body ()
Root Schema : ExceptionDetail
Type: object
Detailed exception information.
Show Source
  • Human-readable description specific to this occurrence of the problem.
  • HTTP status code for this occurrence of the problem, set by the origin server.
  • Short, human-readable summary of the problem.
  • Absolute URI [RFC3986] that identifies the problem type.

404 Response

Job UUID not found
Body ()
Root Schema : ExceptionDetail
Type: object
Detailed exception information.
Show Source
  • Human-readable description specific to this occurrence of the problem.
  • HTTP status code for this occurrence of the problem, set by the origin server.
  • Short, human-readable summary of the problem.
  • Absolute URI [RFC3986] that identifies the problem type.

500 Response

Service Error
Body ()
Root Schema : ExceptionDetail
Type: object
Detailed exception information.
Show Source
  • Human-readable description specific to this occurrence of the problem.
  • HTTP status code for this occurrence of the problem, set by the origin server.
  • Short, human-readable summary of the problem.
  • Absolute URI [RFC3986] that identifies the problem type.
Back to Top