Skip to content

App logs

GET
/api/apps/{app}/logs

Returns recent log output for an app’s containers. Defaults to all services. Use service to filter.

app
required
string
/^[a-z0-9][a-z0-9-]*$/
Example
my-app

App ID

service
string

Filter to a specific service (e.g., web, needs-postgres)

tail
integer
default: 100

Number of lines to return from the end

Log output

string

App not found

API key not configured (port 6020 only)