List work request errors
GET {{baseUrl}}/workRequests/:workRequestId/errors?limit=1000
Return a (paginated) list of errors for a given work request.
Body
PARAM
Key | Datatype | Required | Description |
page
|
string | The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. | |
limit
|
number | The maximum number of items to return. |
HEADERS
Key | Datatype | Required | Description |
opc-request-id
|
string | The client request ID for tracing. | |
Accept
|
string |
RESPONSES
status OK
{
"items": [
{
"code": "ullamco in",
"message": "exercitation quis in labore qui",
"timestamp": "1981-10-05T15:04:08.974Z"
},
{
"code": "id dolor",
"message": "sunt in culpa Duis",
"timestamp": "2004-07-19T06:36:11.454Z"
}
]
} |
ENDPOINTS