Skip to content

List audit logs​

GET
/audit-logs

Returns paginated audit logs for the current tenant. Supports filtering by resource, action, channel, date range, and free-text search.

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters​

Query Parameters

resource
Type
string
Valid values
"url""site""feedback""release""user""passkey"
action
Type
string
Valid values
"create""update""delete""search""login""reindex""create_on_behalf""bulk_approve""bulk_reject""bulk_pending""bulk_make_public""bulk_make_private""bulk_delete""rotate_widget_secret"
channel
Type
string
Valid values
"web""api""mcp"
mcp_client

Filter by MCP client name

Type
string
q

Free-text search across resource_id, token_label, mcp_client

Type
string
from

Start date (inclusive)

Type
string
Format
"date"
to

End date (inclusive)

Type
string
Format
"date"
per_page
Type
integer
Default
50

Responses​

OK

application/json
JSON
{
  
"logs": [
  
],
  
"total": 0,
  
"page": 0,
  
"pages": 0
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI