Skip to main content
GET
/
api
/
v2
/
tenants
/
{tenant}
/
databases
/
{database}
Retrieves a specific database by name.
curl --request GET \
  --url https://api.trychroma.com/api/v2/tenants/{tenant}/databases/{database} \
  --header 'x-chroma-token: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "tenant": "<string>"
}

Authorizations

x-chroma-token
string
header
required

Path Parameters

tenant
string
required

Tenant ID

database
string
required

Name of the database to retrieve

Response

Database retrieved successfully

id
string<uuid>
required
name
string
required
tenant
string
required