Skip to main content
GET
List Server Logs

Query Parameters

limit
integer

Max number of most recent entries; defaults to and is capped at the in-memory buffer capacity

Response

OK

agent_id
string<uuid>

The agent unique identifier (agent entries only)

agent_name
string

The agent name (agent entries only)

Example:

"default"

fields
object

Structured fields attached to the entry

level
string

The zap log level: info, warn, error, ...

Example:

"info"

logger
string

The trimmed caller path that emitted the entry

Example:

"transport/agent.go:74"

message
string

The log message

Example:

"agent connected"

source
enum<string>

Where the entry was captured

Available options:
gateway,
agent
Example:

"gateway"

timestamp
string

When the entry was logged

Example:

"2024-07-25T15:56:35.317601Z"