List Postgres server logs
This endpoint is in beta. API contract is stable, and no breaking changes are expected in the future.
Returns PostgreSQL server log entries for a Postgres service within the given time window, most recent first by default (override with sort_order). Results are paginated with limit/offset; advance offset until a page returns fewer than limit entries to read the full window. The time range must not exceed 30 days, and to_date must be after from_date.
Returns PostgreSQL server log entries for a Postgres service within the given time window, most recent first by default (override with
sort_order). Results are paginated with limit/offset; advance offset until a page returns fewer than limit entries to read the full window. The time range must not exceed 30 days, and to_date must be after from_date.Authorizations
Use key ID and key secret obtained in ClickHouse Cloud console: https://clickhouse.com/docs/cloud/manage/openapi
Path Parameters
ID of the organization that owns the Postgres service.
ID of the requested Postgres service.
Query Parameters
Inclusive start of the time window (RFC 3339 date-time).
Inclusive end of the time window (RFC 3339 date-time).
Case-sensitive substring the log body must contain.
Filter to log entries with this PostgreSQL severity (for example, ERROR, WARNING, LOG).
Sort order. One of asc or desc.
asc, desc Maximum number of results to return.
1 <= x <= 2000Number of results to skip before returning.
x >= 0