Get work request errors.

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

Get the errors of a work request.

Request Params

KeyDatatypeRequiredDescription
compartmentIdstring(Required) The ID of the compartment in which to list resources.
limitnumberThe maximum number of items to return.
pagestringThe page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringThe client request ID for tracing.
Acceptstring

RESPONSES

status: OK

[{"code":"\u003cstring\u003e","message":"\u003cstring\u003e","timestamp":"\u003cdateTime\u003e"},{"code":"\u003cstring\u003e","message":"\u003cstring\u003e","timestamp":"\u003cdateTime\u003e"}]