Get jobs.
get
/connectedWorker/clientapi/v2/orgs/{orgId}/jobs
This operation retrieves details of jobs.
Request
Path Parameters
-
orgId: string
Organization identifier
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Jobs were successfully retrieved.
Root Schema : Jobs
Type:
Show Source
object
-
items:
array items
-
links(optional):
array links
Read Only:
true
Nested Schema : Job
Type:
Show Source
object
-
endTime(optional):
string(date-time)
Time when the job ended
-
errorMessage(optional):
string
Detail error message when the job has not ended successfullyExample:
The job ends with unexpected error
-
id(optional):
string
Read Only:
true
The unique id of the objectExample:53
-
links(optional):
array links
-
o:errorCode(optional):
string
IoT error codeExample:
IOT-08001
-
startTime:
string(date-time)
Time when the job started
-
status:
string
Allowed Values:
[ "RUNNING", "SUCCESSFUL", "ERROR" ]
Status of the jobExample:RUNNING
-
title:
string
Title of the jobExample:
Hcm user import job
Nested Schema : Link
Type:
Show Source
object
-
href:
string
The target resource's URI
-
rel:
string
Relation type