Prisma

Export Events

Export audit events in CSV or JSON format.

GET
/api/v1/audit/export

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Query Parameters

format?Format
Default"csv"
Value in"csv" | "json"
max_rows?Max Rows
Default10000
Range1 <= value <= 50000
workspace_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"
    }
  ]
}