GET /logs/{appId}
Summary: —
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
Fetch the logs for a given application
Parameters (7)
after
(string, query, optional)
Lowest bound for logs date, ISO 8601
appId
(string, path, required)
Application Id
before
(string, query, optional)
Highest bounds for logs date, ISO 8601
deployment_id
(string, query, optional)
Only fetch logs emitted by this deployment
filter
(string, query, optional)
A pattern to filter with
limit
(integer, query, optional)
Number of lines to return
order
(string, query, optional, default: desc)
Logs order
Constraints: {'enum': ['asc', 'desc']}
No probe data for this endpoint yet.