Skip to content

Fetch System Logs

POST
/api/v1/developer/system/logs

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Query Parameters

page_num
Type
string
Example"1"
page_size
Type
string
Example"25"

Request Body

application/json
JSON
{
  
"topic": "door_openings",
  
"since": 1689304925,
  
"until": 1689804925,
  
"actor_id": "3e1f196e-c97b-4748-aecb-eab5e9c251b2"
}

Responses

Successful response

application/json
JSON
{
  
"code": "string",
  
"msg": "string",
  
"data": {
  
  
"hits": [
  
  
  
{
  
  
  
  
"@timestamp": "string",
  
  
  
  
"_id": "string",
  
  
  
  
"_source": {
  
  
  
  
  
"actor": {
  
  
  
  
  
  
"id": "string",
  
  
  
  
  
  
"type": "string",
  
  
  
  
  
  
"display_name": "string",
  
  
  
  
  
  
"alternate_id": "string",
  
  
  
  
  
  
"alternate_name": "string",
  
  
  
  
  
  
"avatar": "string",
  
  
  
  
  
  
"sso_picture": "string"
  
  
  
  
  
},
  
  
  
  
  
"event": {
  
  
  
  
  
  
"type": "string",
  
  
  
  
  
  
"display_message": "string",
  
  
  
  
  
  
"result": "string",
  
  
  
  
  
  
"published": 0,
  
  
  
  
  
  
"reason": "string",
  
  
  
  
  
  
"tag": "string"
  
  
  
  
  
},
  
  
  
  
  
"authentication": {
  
  
  
  
  
  
"credential_provider": "string",
  
  
  
  
  
  
"issuer": "string"
  
  
  
  
  
},
  
  
  
  
  
"target": [
  
  
  
  
  
  
{
  
  
  
  
  
  
  
"id": "string",
  
  
  
  
  
  
  
"type": "string",
  
  
  
  
  
  
  
"display_name": "string",
  
  
  
  
  
  
  
"alternate_id": "string",
  
  
  
  
  
  
  
"alternate_name": "string"
  
  
  
  
  
  
}
  
  
  
  
  
],
  
  
  
  
  
"tag": "string"
  
  
  
  
}
  
  
  
}
  
  
],
  
  
"page": 0,
  
  
"total": 0
  
}
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI