Admin Login
HomeGuidesAPI ReferenceChangelogBlockdaemon Main Docs
Log In
API Reference

List most-recent audit log entries

Returns paginated audit-log summary rows with the same column set as
the summary CSV download. Each operation's lifecycle entries are
merged into one row. Use limit and cursor to page through results;
pass the next_cursor from each response as cursor on the next
request. A missing next_cursor means there are no more rows.
For bulk export use /api/v2/audit-logs/download.

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

Maximum number of rows to return per page. Defaults to 25.

integer

Opaque pagination cursor returned as next_cursor from the previous response. Omit to fetch the first page.

string

Filter audit logs to a specific operation by its ID.

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