Get work request errors.

GET {{baseUrl}}/workRequests/:workRequestId/errors?compartmentId={{compartment_ocid}}

Get the errors of a work request.

Request Params

KeyDatatypeRequiredDescription
compartmentIdstring(Required) The OCID of the compartment.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringUnique Oracle-assigned identifier for the request. If you need to contact
Oracle about a particular request, please provide the request ID.
Datestring(Required) Current Date
Authorizationstring(Required) Signature Authentication on Authorization header

RESPONSES

status: OK

[{"code":"UnknownError","message":"error validating payload","timestamp":"2006-10-09T05:06:49.600Z"},{"code":"UnknownError","message":"error validating payload","timestamp":"1972-01-18T20:23:41.852Z"}]