API Referenceaudit
Export Events
Export audit events in CSV or JSON format.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Query Parameters
format?Format
Default
"csv"Value in
"csv" | "json"max_rows?Max Rows
Default
10000Range
1 <= value <= 50000workspace_id?string|null
category?string|null
severity?string|null
status?string|null
search?|null
since?|null
until?|null
from_date?|null
to_date?|null
Response Body
application/json
application/json
curl -X get "http://localhost:8000/api/v1/audit/export"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
