GET
/
logs
/
[
  {
    "timestamp": "2023-11-07T05:31:56Z",
    "user_id": "<string>",
    "operation_type": "<string>",
    "status": "<string>",
    "tokens_used": 123,
    "duration_ms": 123,
    "app_id": "<string>",
    "metadata": {},
    "error": "<string>"
  }
]

Headers

authorization
string

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 500
since
string | null
op_type
string | null
status
string | null

Response

200
application/json

Successful Response

The response is of type LogResponse · object[].