Skip to main content
GET
/
api
/
v1
/
audit-logs
/
export
Export Audit Logs
curl --request GET \
  --url https://api.example.com/api/v1/audit-logs/export
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string | null

Query Parameters

format
enum<string>
default:csv

Export format

Available options:
csv,
json,
pdf
account_id
string | null

Filter by account ID

table_name
string | null

Filter by table name

record_id
string | null

Filter by record ID

user_id
string | null

Filter by user ID

operation
string | null

Filter by operation

from_date
string<date-time> | null

Filter from this timestamp

to_date
string<date-time> | null

Filter to this timestamp

Response

Exported audit logs