Skip to main content
GET
Unlike the v1 endpoints, this endpoint identifies the organization by its UUID — the id field from Retrieve Organization.

Authorizations

Authorization
string
header
required

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

Path Parameters

organizationId
string<uuid>
required

The UUID of the organization. Retrieve it with the Retrieve Organization endpoint (the id field).

Query Parameters

deleted
boolean
required

Must be true to list deleted databases.

Filter deleted databases by name.

limit
integer
default:100

Page size, from 1 to 1000.

cursor
string

Opaque pagination cursor from the previous page's pagination.next.

Response

Successful response

databases
object[]
pagination
object