v1

latestOpenAPI 3.1.02026-07-134612587.0 KB
Endpoints

Download endpoint logs as plain text (kubectl-style) [READ]

Streams every log line matching the filters as text/plain; charset=utf-8, chronologically ascending, with no pagination. Format per line: <timestamp> <replica> <level> <line>level defaults to INFO.

Sets Content-Disposition: attachment so a browser downloads the response as a file. Capped at MAX_DOWNLOAD_LINES for safety; narrow since/until if you need more.

get/v3/endpoint/{namespace}/{name}/logs/download

Path parameters

namespacestring required

User or organization name

namestring required

Endpoint name

Query parameters

replicastring

Replica ID

levelstring

Filter by log level

searchstring

Case-insensitive substring search on log line

sincestring

Time window lower bound, inclusive (RFC 3339)

untilstring

Time window upper bound, inclusive (RFC 3339)

line_max_lengthinteger

Max line length

Response

Log lines streamed as text/plain