latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
public
Logs
Get container log entries for the environment
get/orgs/{orgId}/apps/{appId}/envs/{envId}/logs
Path parameters
orgIdstring required
The Organization ID
appIdstring required
The Application ID
envIdstring required
The Environment ID
Query parameters
workload_idstring
filter by workload ID
container_idstring
filter by container ID
deployment_idstring
filter by deployment ID
timestamp_fromstring
filter by min time, RFC 3339 format, e.g. "2021-10-02T15:01:23.045Z"
timestamp_tostring
filter by max time, RFC 3330 format, e.g. "2021-10-02T15:01:23.045Z"
limitstring
limit log entries returned
ascboolean
if true request results in ascending order, default order is descending
invertboolean
if true reverse the order of the log entries in the output
Response
List of log entries returned.