Retrieve sync status report for a specific job ID
get
/ccadmin/v1/cpq/products/jobs/{jobId}/stats-report
Retrieves the sync status report for a specific job ID
Request
Supported Media Types
- application/json
Path Parameters
-
jobId(required): string
Id of the sync job
Response
Supported Media Types
- application/json
- application/x-zip-compressed
200 Response
a zip file containing all the stats reports of a sync job.
Default Response
The error response.
The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
|Error Code|Description|
|------------------|------------------|
|65005|Stats report is unavailable while job with ID {0} is still running.|
|65006|Job with ID {0} or its stats report could not be found.|
|65004|An unexpected error occurred while retrieving the stats report for job ID {0}. Please contact support|
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