Gets database metadata for the given project.deprecated
get
/v1/projects/{ref}/database/contextThis is an experimental endpoint. It is subject to change or removal in future versions. Use it with caution, as it may not remain supported or stable.
OAuth scopes
- projects:read
The fine-grained token must include the following permissions to access this endpoint:
- database_read
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
Response (200)
1{2 "databases": [3 {4 "name": "lorem",5 "schemas": [6 {7 "name": "lorem",8 "property1": null,9 "property2": null10 }11 ],12 "property1": null,13 "property2": null14 }15 ]16}