672b1916ba61
Get asset audit history
Returns the aggregated audit history for an issued token: events logged against the token and its child resources (transactions, allowlist entries, frozen accounts), newest first. Supports filtering by action type.
Path parameters
Token identifier.
Token identifier.
Query parameters
Filter by audit action.
Filter by audit action.
Page number (1-based).
Page number (1-based).
Number of items per page.
Number of items per page.
Headers
Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.
Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.
Response
Asset audit history
Example response
{
"data": [
{
"action": "freeze",
"resourceType": "frozen_account",
"actorType": "user",
"actorLabel": "Jordan Lee",
"status": "success",
"createdAt": "2026-07-19T12:00:00.000Z"
}
],
"meta": {
"requestId": "req_example"
}
}