Command Palette
Search for a command to run

Tail logs

Stream live log output via Server-Sent Events

GET
/auth/v1/seed/{namespace}/logs/tail

Stream live log output via Server-Sent Events (SSE). The connection remains open and pushes new log lines as they are produced.

Path parameters


namespace
type: string
required
The namespace (user or organization) to stream logs for.

Query parameters


resource_type
type: string
Filter by resource type. One of `service`, `job`, `dev`.
resource_name
type: string
Filter by resource name.
levels
type: string
Comma-separated list of log levels to include (e.g., `error,warn`).
text
type: string
Filter log lines by text content.

Previous Search logs

Next Get log context