Admin Login
HomeGuidesAPI ReferenceChangelogBlockdaemon Main Docs
Log In
API Reference

List most-recent audit log entries

Returns the most recent audit-log entries with the same column set as
the summary CSV download. Each operation's lifecycle entries are
merged into one row. limit caps the audit entries read, not the
rows returned, so a merged response can hold fewer rows than the
limit — and an operation whose creating entry falls beyond the cap
renders with its detail cells blank. Intended for the audit-logs
settings page's inline preview — for full historical browsing or
bulk export, use /api/v2/audit-logs/download.

This endpoint intentionally does not paginate. The "one row per
operation_id" merge cannot be honored across page boundaries without
a more expensive query strategy than the inline preview warrants.
Callers that need deep browsing should download the CSV.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Lower bound of the audit-log timestamp range (RFC3339). Defaults to 30 days ago.

string

Upper bound of the audit-log timestamp range (RFC3339). Defaults to now.

integer
1 to 100

Maximum number of rows to return. Defaults to 25, capped at 100.

string

Comma-separated list of transaction IDs to filter audit logs (e.g. "12,34,56"). Only entries whose subject_type is "transaction" and subject_id is one of the provided IDs are returned.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json