Get Database by ID
Databases
Get Database by ID
Retrieves details of a specific database by its ID.
GET
Get Database by ID
Documentation Index
Fetch the complete documentation index at: https://docs.vertracloud.app/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the database to retrieve. If the database belongs to an workspace, include the workspace_id in the format
dbId-workspace_id.Response
The details of the database.
Error Responses
The error code indicating the reason for failure. Possible values:
UNAUTHORIZED: The user is not authenticated or lacks sufficient permissions.DATABASE_NOT_FOUND: The specified database does not exist or the user lacks access.
A descriptive message providing additional details about the error.