Branch

List databases

Retrieves a list of databases for the specified branch. A branch can have multiple databases. For related information, see Manage databases.

get/projects/{project_id}/branches/{branch_id}/databases

Response

Returned a list of databases of the specified branch

Example response

{
  "databases": [
    {
      "id": 834686,
      "branch_id": "br-wispy-meadow-118737",
      "name": "neondb",
      "owner_name": "casey",
      "created_at": "2022-11-30T18:25:15Z",
      "updated_at": "2022-11-30T18:25:15Z"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.