Get project-wide server logs
Retrieves aggregated runtime logs from all servers in the project. Each log entry includes the server name, making it easy to filter and search across your entire fleet.
Use start_time and optionally end_time to define the time range. Paginate with the next_token from the response.
Authorizations
Query Parameters
Fetch logs after this timestamp. Accepts ISO 8601 format (e.g., "2026-03-15T12:00:00Z") or relative time (e.g., "-1h").
Fetch logs before this timestamp. Same format as start_time. Defaults to current time if omitted.
Maximum number of log entries to return (1–1000). Defaults to 500.
1 <= x <= 1000Response
Aggregated logs from all servers in the project with pagination cursor.