Admin Login
HomeGuidesAPI ReferenceChangelogBlockdaemon Main Docs
Log In
API Reference

Download audit logs

Download the audit log for a date range as a CSV.

Two flavors are available, selected via the format query parameter:

  • summary (default when omitted) — a flat-column CSV with one
    row per operation (its lifecycle entries are merged into one row)
    plus one row per non-operation event (login, user create, etc.).
    An operation created before start_date renders with its detail
    cells blank; widen the range to include its creation to populate
    them. Columns: Date, Operation ID, Event Name, Operation Type,
    Function, Amount, Token, CAIP-2, Source Wallet, Destination Wallet,
    Operation Status, Initiator, Approved By, Rejected By, Error Code,
    Error Message. Safe to import in Excel / Google Sheets without
    cell-size truncation.
  • forensics-zip — the legacy raw-JSON-metadata CSV (every
    audit log entry, with the full operation dump embedded in a
    Metadata column), wrapped in a single-entry ZIP archive. Use
    this when programmatic / jq tooling needs the full intent
    payload. The CSV bytes inside the ZIP are unchanged from prior
    releases.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Start date parameter for audit logs export

string
required

End date parameter for audit logs export

boolean

Boolean parameter for specifying whether to filter audit logs down to user events

boolean

Boolean parameter for specifying whether to filter audit logs down to policy events

boolean

Boolean parameter for specifying whether to filter audit logs down to staking events

boolean

Boolean parameter for specifying whether to filter audit logs down to gas/fee-burning events

boolean

Boolean parameter for specifying whether to filter audit logs down to smart contract events

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.

string

Comma-separated list of columns you want to appear in the final output .csv

string
enum

Output flavor. Defaults to summary when omitted — a flat-column
CSV one row per operation. Pass forensics-zip to receive the
legacy raw-JSON-metadata CSV wrapped in a ZIP archive.

Allowed:
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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