Skip to content

Stored only in your browser. Get one under Tokens.

Get or one or many log entries

GET
/logs/cursor

Get or one or many log entries

Authorizations

ApiKeyAuth
Type
API Key (header: Authorization)

Request Body

application/x-www-form-urlencoded
object

next-cursor ID

Responses

OK

application/json
JSON
{
  
"count": 0,
  
"entries": [
  
  
{
  
  
  
"dev": "string",
  
  
  
"id": "string",
  
  
  
"lvl": "string",
  
  
  
"msg": "string",
  
  
  
"own": "string",
  
  
  
"plat": "string",
  
  
  
"rev": "string",
  
  
  
"src": "string",
  
  
  
"time-created": "string",
  
  
  
"tnano": 0,
  
  
  
"tsec": 0
  
  
}
  
],
  
"next-cursor": "string",
  
"page": 0,
  
"start": 0
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI