Stream install logs
Streams log output for an install via Server-Sent Events. Use Accept: text/event-stream.
Authorizations
workspace API token (sk_akua_...) or OAuth2 JWT. Create tokens at https://akua.dev/developers/api-tokens
Headers
Optional workspace/scope context for the request. Carries a single workspace wire id (ws_…) today. Only needed for broad tokens — a workspace-owned token implies its workspace.
1 - 53"ws_j572abc123def456"
Path Parameters
Install ID
1 - 55"inst_j572abc123def456"
Query Parameters
Pod name (all pods if omitted)
1 - 253Container name
1 - 253Follow log output
Lines to tail
Only return logs newer than this many seconds
Response
Log stream
- Option 1
- Option 2
message JSON-encoded log payload with fields like content, podName, containerName, timestamp, and last.
"{\"content\":\"hello\",\"podName\":\"app-pod\",\"containerName\":\"web\",\"timestamp\":\"2026-05-13T12:00:00Z\",\"last\":false}"