Export Audit Logs
URL Expired
The URL for this request expired after 30 days.
Parameters
- start_date: string (required)
Start date parameter for audit logs export - end_date: string (required)
End date parameter for audit logs export - operation_id: string
Filter audit logs to a specific operation by its ID - columns: string
Comma-separated list of columns you want to appear in the final output .csv
Responses
``200 OK
``401 Unauthorized
``403 Forbidden
``500 Internal Error
``504 Gateway Timeout
``default Error
Updated
3 months ago
Base URL
https://api.your-wallet.blockdaemon-wallet.com/api/audit/export.zip
curl --request GET \
--url https://api.your-wallet.blockdaemon-wallet.com/api/audit/export.zip \
--header 'accept: application/json'
Click Try It!
To start a request and see the response here! Or choose an example:
application/json
200401403500504default
Updated
3 months ago