v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBException
Get exception history
Use this endpoint to retrieve the audit history for an exception. The history shows all actions taken on the exception.
get/v1/exceptions/{exceptionId}/history
Path parameters
exceptionIdstring required
Exception ID
Query parameters
cursorstring
The cursor value for retrieving the next page of results.
limitinteger
Number of items per page
Headers
X-Request-Idstring
A unique identifier for tracing the request across services.
Response
Indicates that the request was successful and the response contains the expected data.
Example response
{
"hasMore": true,
"items": [
{
"action": "FORCE_MATCH",
"actorId": "user@example.com",
"createdAt": "2025-01-15T10:30:00.000Z",
"id": "019c96a0-0b4e-7079-8be0-ab6bdccf975f"
}
],
"limit": 20,
"nextCursor": "eyJpZCI6IjEyMyJ9",
"prevCursor": "eyJpZCI6IjEyMiJ9"
}