Skip to content

Export System Logs

POST
/api/v1/developer/system/logs/export

Available since v1.20.11

Authorizations

bearerAuth
Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"topic": "string",
  
"since": 0,
  
"until": 0,
  
"timezone": "string",
  
"actor_id": "string"
}

Responses

CSV file export

application/octet-stream

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI