Skip to content
Management API Reference

Gets database metadata for the given project.
deprecated

get/v1/projects/{ref}/database/context

This 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

Path parameters

  • ref
    Required
    string

    Project ref

Response codes

  • 200
  • 401
  • 403
  • 429

Response (200)

1
{
2
"databases": [
3
{
4
"name": "lorem",
5
"schemas": [
6
{
7
"name": "lorem"
8
}
9
]
10
}
11
]
12
}