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
Path Parameters
Back to Top

Response

Supported Media Types

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|
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top