Skip to main content
GET
List all PostgreSQL databases

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

ID of the project

Pattern: ^pj[0-9a-hj-km-np-tv-z]{24}$
Example:

"pjkkmx0f2vke4h36nk9cm8v8q0"

Query Parameters

tags
string

Filter by tags in key:value format (comma-separated for multiple tags)

Example:

"environment:production,team:backend"

start_after
string

Pagination - Start after

page_size
integer
default:10

Pagination - Page size

order_column
string
default:id

Pagination - Order column

Response

A list of Postgres Databases

count
integer
required
items
object[]
required