Get Organization Audit Logs

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

💡

Compute Unit Value: 10 (fixed) Skip link to [object Object],: ,[object Object], (fixed)

page_token

string

Token to fetch a specific page of results

page_size

number

1 to 100

Defaults to 10

Number of log entries per page

timestamp

string

Filter logs by timestamp (e.g., logs after this time)

``200 Audit logs retrieved

``default Unexpected error

Updated2 months ago


ShellNodeRubyPHPPython

xxxxxxxxxx

curl --request GET \
     --url 'https://svc.blockdaemon.com/streaming/v2/organization/audit-logs?page_size=10' \
     --header 'accept: application/json' \
     --header 'authorization: Bearer ••••'

application/json

200default

Updated2 months ago