Get job details by job ID
get
/ccadmin/v1/cpq/products/jobs/{jobId}
Returns details for a specific job using jobId.
Request
Supported Media Types
- application/json
Path Parameters
-
jobId(required): string
The ID of the job.
Response
Supported Media Types
- application/json
200 Response
Returns job details.
Root Schema : syncJob_response
Type:
Show Source
object
-
endTime:
string(date-time)
End time of the job (if completed)
-
jobDescription:
string
Description of the job
-
jobId:
string
ID of the job
-
jobName:
string
Name of the job
-
startTime:
string(date-time)
Start time of the job
-
status:
string
Status of the job
Default Response
Error response.
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code