Get pod logs
Returns the last N lines of logs from a pod in the deployment's namespace.
Authentication
AuthorizationBearer
OAuth 2.0 device flow or session token from WorkOS
Path parameters
namespace
Kubernetes namespace for the deployment
Query parameters
account
Account name (used for ownership verification)
pod
Pod name
container
Container name (defaults to first container)
tailLines
Number of log lines to return (default 200)
Response
Log output as plain text