Endpoint
Authentication
All requests must include a valid Dashboard Bearer token in theAuthorization header.
| Header | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Bearer <token> — obtain from Login |
Content-Type | string | Yes | application/json |
Request Body
All parameters are optional. Omit the body entirely to retrieve the most recent audit log entries.An object of filter criteria to narrow results.
Free-text search term applied across log fields.
Maximum number of results to return. Defaults to
20.ISO 8601 timestamp cursor for keyset pagination. Pass the
created_at value of the last result from the previous page.UUID cursor for keyset pagination. Pass the
id of the last result from the previous page.Example Request Body
Response
Returns an array of audit log entries matching your criteria.| Field | Type | Description |
|---|---|---|
action | string | The action that was performed (e.g., login, regenerate_secret) |
user | string | Display name or identifier of the user who performed the action |
ip_address | string | IP address from which the action was initiated |
response_code | integer | HTTP response code returned for the action |
start_date | string | Start date boundary used when the log entry was filtered |
end_date | string | End date boundary used when the log entry was filtered |