App logs
GET /api/apps/{app}/logs
GET
/api/apps/{app}/logs
Returns recent log output for an app’s containers.
Defaults to all services. Use service to filter.
Authorizations
Section titled “Authorizations ”- bearerToken
- None
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” app
required
string
Example
my-appApp ID
Query Parameters
Section titled “Query Parameters ” service
string
Filter to a specific service (e.g., web, needs-postgres)
tail
integer
Number of lines to return from the end
Responses
Section titled “ Responses ”Log output
string
App not found
API key not configured (port 6020 only)