Get All Databases Status
Databases
Get All Databases Status
Retrieves the status of all databases owned by the authenticated user or within a specified workspace.
GET
Get All Databases Status
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 workspace to filter databases by. If not provided, retrieves databases owned by the user.
Response
An array of database status objects.
Error Responses
The error code indicating the reason for failure. Possible values:
UNAUTHORIZED: The user is not authenticated or lacks sufficient permissions.ORGANIZATION_NOT_FOUND: The specified workspace does not exist.USER_NOT_IN_ORGANIZATION: The user is not a member of the specified workspace.
A descriptive message providing additional details about the error.