Maximum number of logs to return (default: 100)
ISO 8601 timestamp - logs after this time
ISO 8601 timestamp - logs before this time
Filter by application ID
Filter by application revision
Include traceback information (default: false)
Search term to filter log messages
Minimum log level (DEBUG, INFO, WARNING, ERROR)
Filter by job ID
Filter by request ID
Additional label-based filters
Label key to filter on
Label value to match
Time-based Filtering
When usingsince
and until
parameters:
- Use ISO 8601 format:
2024-01-15T10:30:00Z
or2024-01-15T10:30:00.123Z
- Times are treated as exclusive bounds (logs after
since
, logs beforeuntil
) - If no time range is specified, recent logs are returned
- Consider timezone when specifying times
Example with Time Range
Searching Logs
Use thesearch
parameter to find logs containing specific text:
Traceback Information
Whentraceback=true
, error logs will include full Python tracebacks in the labels: