Lists work request errors

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

Return a (paginated) list of errors for a given work request.

Request Params

KeyDatatypeRequiredDescription
pagestringFor list pagination. The value of the opc-next-page response header from the previous "List" call. For important details about how pagination works, see List Pagination.
limitnumberFor list pagination. The maximum number of results per page, or items to return in a paginated "List" call. For important details about how pagination works, see List Pagination.

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.
Acceptstring

RESPONSES

status: OK

{"items":[{"code":"sunt repreh","message":"occaecat Excepteur magna cillum","timestamp":"2011-09-24T07:59:52.401Z"},{"code":"velit do fugiat","message":"sint ea proident enim dolore","timestamp":"1988-04-23T21:02:56.674Z"}]}