Infra APIDatabases
Get a database
Returns a single database by ID
GET
/api/v1/databases/{db_id}Returns a single database by ID
Authorization
BearerAuth AuthorizationBearer <token>
Supabase JWT Bearer token
In: header
Path Parameters
db_id*string
Database ID
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/databases/string"{ "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"}{ "error": "string", "message": "string"}