List Postgres instances
render_list_postgresList Postgres instances from Render. Filter by name, region, owner, suspended status, creation time, and more.
Instructions
List Postgres instances. List Postgres instances matching the provided filters. If no filters are provided, all Postgres instances are returned. Calls GET /postgres on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by name | |
| limit | No | The maximum number of items to return. For details, see [Pagination](https://api-docs.render.com/reference/pagination). | |
| cursor | No | The position in the result list to start from when fetching paginated results. For details, see [Pagination](https://api-docs.render.com/reference/pagination). | |
| region | No | Filter by resource region | |
| ownerId | No | The ID of the workspaces to return resources for | |
| suspended | No | Filter resources based on whether they're suspended or not suspended | |
| createdAfter | No | Filter for resources created after a certain time (specified as an ISO 8601 timestamp) | |
| updatedAfter | No | Filter for resources updated after a certain time (specified as an ISO 8601 timestamp) | |
| createdBefore | No | Filter for resources created before a certain time (specified as an ISO 8601 timestamp) | |
| environmentId | No | Filter for resources that belong to an environment | |
| updatedBefore | No | Filter for resources updated before a certain time (specified as an ISO 8601 timestamp) | |
| includeReplicas | No | Include replicas in the response |