Infra APIDatabases

List databases

Returns all databases for the authenticated user

GET/api/v1/databases

Returns all databases for the authenticated user

Authorization

BearerAuth
AuthorizationBearer <token>

Supabase JWT Bearer token

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/databases"
[  {    "client_mode_enabled": true,    "created_at": "string",    "function_id": "string",    "host": "string",    "id": "string",    "name": "string",    "pg_database": "string",    "pg_user": "string",    "status": "string"  }]
{  "error": "string",  "message": "string"}