List top queries
render_list_postgres_top_queriesIdentify slow queries on a Postgres instance by listing the top 50 queries by total execution time, helping optimize database performance.
Instructions
List top queries. List the top 50 queries by total execution time (from pg_stat_statements) on a Postgres instance by ID. Calls GET /postgres/{postgresId}/query/top-queries on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postgresId | Yes |