/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
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Number of lines to return | |
order | string | Logs order | |
after | string | Lowest bound for logs date, ISO 8601 | |
before | string | Highest bounds for logs date, ISO 8601 | |
filter | string | A pattern to filter with | |
deployment_id | string | Only fetch logs emitted by this deployment |