Managed Databases

List extensions

The PostgreSQL extension allowlist with the installed state of each extension. Valkey has no extensions — the list is empty.

get/api/v1/databases/{database_id}/extensions

Path parameters

database_idstring required

Database ID (UUID) or short id (the database_id field, e.g. a1b2c3d4)

Response

Extension catalog with installed state

successboolean

Example response

{
  "extensions": [
    {
      "name": "pgvector"
    }
  ]
}

Changes