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": "door_openings",
  
"since": 1689304925,
  
"until": 1689804925,
  
"timezone": "Asia/Taipei",
  
"actor_id": "3e1f196e-c97b-4748-aecb-eab5e9c251b2"
}

Responses

CSV file export

application/octet-stream

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI