Skip to main content

Get Job Errors

GET 

/pcm/jobs/:jobID/errors

Get Job Errors

Request

Path Parameters

    jobID stringrequired

    A unique identifier for the job.

Responses

Successful

Schema
    data object[]

    An array of job errors.

  • Array [
  • type string

    Possible values: [pim-job-error]

    This represents the type of resource object being returned. Always pim-job-error.

    id string

    A unique identifier for a job error generated when a job error is created.

    attributes object
    message string

    A description of an error message.

  • ]
Loading...