List live queries
render_list_postgres_processesLists currently running queries on a Render Postgres instance. Uses pg_stat_activity to show live processes.
Instructions
List live queries. List currently running queries (from pg_stat_activity) on a Postgres instance by ID. Calls GET /postgres/{postgresId}/query/processes on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postgresId | Yes |