Branch

Retrieve database details

Retrieves information about the specified database. For related information, see Manage databases.

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

Response

Returned the database details

Example response

{
  "database": {
    "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.