Retrieve Job Status

get

/v1/jobs/{jobid}/status

Retrieve the status of jobs of your Service instance.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Job status obtained
Body ()
Root Schema : JobExecutionInfo
Type: object
Show Source
Nested Schema : ZonedDateTime
Type: object
Show Source
Nested Schema : Chronology
Type: object
Show Source
Nested Schema : ZoneOffset
Type: object
Show Source
Nested Schema : ZoneId
Type: object
Show Source
Nested Schema : ZoneRules
Type: object
Show Source
Nested Schema : transitionRules
Type: array
Show Source
Nested Schema : transitions
Type: array
Show Source
Nested Schema : ZoneOffsetTransitionRule
Type: object
Show Source
Nested Schema : LocalTime
Type: object
Show Source
Nested Schema : ZoneOffsetTransition
Type: object
Show Source
Nested Schema : Duration
Type: object
Show Source
Nested Schema : Instant
Type: object
Show Source
Nested Schema : units
Type: array
Show Source
Nested Schema : TemporalUnit
Type: object
Show Source

400 Response

Bad request

500 Response

Server error
Back to Top