/logs/:appId

GET {{baseUrl}}/logs/:appId?limit=<integer>&order=<string>&after=<string>&before=<string>&filter=<string>&deployment_id=<string>

Fetch the logs for a given application

Request Params

KeyDatatypeRequiredDescription
limitstringNumber of lines to return
orderstringLogs order
afterstringLowest bound for logs date, ISO 8601
beforestringHighest bounds for logs date, ISO 8601
filterstringA pattern to filter with
deployment_idstringOnly fetch logs emitted by this deployment