Lists work request errors

GET {{baseUrl}}/workRequests/:workRequestId/errors?sortOrder=ASC&sortBy=timeCreated&page=<string>&limit=10

Returns a paginated list of errors for the specified work request.

Request Params

KeyDatatypeRequiredDescription
sortOrderstringThe sort order to use, either 'asc' or 'desc'.
sortBystringThe field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
pagestringThe page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
limitnumberThe maximum number of items to return.

HEADERS

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

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;code&quot;:&quot;\u003cstring\u003e&quot;,&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;timestamp&quot;:&quot;\u003cdateTime\u003e&quot;},{&quot;code&quot;:&quot;\u003cstring\u003e&quot;,&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;timestamp&quot;:&quot;\u003cdateTime\u003e&quot;}]}