v1

latestOpenAPI 3.1.02026-08-04151221521.2 KB
Versions

Get Version Pod Logs

Get Kubernetes pod/container logs for a specific deployment version.

Data is sourced from ClickHouse `otel.pod_logs`, populated by the dedicated
pod-log collector DaemonSet. This endpoint has no Kubernetes or event-snapshot
fallback path.
get/versions/{version_id}/pod-logs

Path parameters

version_idstring required

Query parameters

podstring nullable

Filter by pod name

Filter by pod name

containerstring nullable

Filter by container name

Filter by container name

streamstring nullable

Filter by log stream (stdout/stderr)

Filter by log stream (stdout/stderr)

sincestring date-time nullable

Start timestamp filter (ISO 8601)

Start timestamp filter (ISO 8601)

untilstring date-time nullable

End timestamp filter (ISO 8601)

End timestamp filter (ISO 8601)

searchstring nullable

Full-text search in log message

Full-text search in log message

limitinteger

Maximum number of results

Maximum number of results

afterstring nullable

Cursor for the next page, using the previous log_id

Cursor for the next page, using the previous log_id

Response

Successful Response

has_moreboolean required

Whether more matching logs exist beyond this page

totalinteger required

Total number of matching logs