v52
latestOpenAPI 3.0.3GNU Affero General Public License v3.0 (AGPL-3.0)raw.githubusercontent.com2026-08-0113040156.8 KBPostgres Database
List all PostgreSQL databases
get/project/{project_id}/postgres
Path parameters
project_idstring required
Example:pjkkmx0f2vke4h36nk9cm8v8q0
ID of the project
Query parameters
tagsstring
Example:environment:production,team:backend
Filter by tags in key:value format (comma-separated for multiple tags)
start_afterstring
Pagination - Start after
page_sizeinteger
Pagination - Page size
order_columnstring
Pagination - Order column
Response
A list of Postgres Databases
Example response
{
"items": [
{
"id": "pgn30gjk1d1e2jj34v9x0dq4rp"
}
]
}