List databases

GET/v1/databases

List managed databases for the authenticated user, optionally scoped to a project.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
None.
Query parameters
NameLocationTypeRequiredDescription
projectIdquerystringNoFilter databases to a specific project

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Database listapplication/json
FieldTypeRequiredDescription
databasesobject[]No
databases[].idstringNoUnique identifier.
databases[].userIdstringNoUser ID.
databases[].projectIdstringNoProject ID.
databases[].namestringNoHuman-readable name.
databases[].descriptionstringNoHuman-readable description.
databases[].providerfirestoreNo
databases[].locationstringNo
databases[].statusactive | provisioning | errorNoCurrent lifecycle status.
databases[].firestoreNamespacestringNo
databases[].metadataobjectNoFree-form metadata object.
databases[].createdAtstringNoISO 8601 timestamp.
databases[].updatedAtstringNoISO 8601 timestamp.
List databases
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow