Get Database Status by ID
Databases
Get Database Status by ID
Retrieves the current status and resource usage of a database by its ID.
GET
Get Database Status by ID
The ID of the database to retrieve status for. If the database belongs to an workspace, include the workspace_id in the format
dbId-workspace_id.Response
The status and resource usage details of the database.
Error Responses
The error code indicating the reason for failure. Possible values:
DATABASE_NOT_FOUND: The specified database does not exist.FORBIDDEN: The user does not have permission to access the database.INTERNAL_SERVER_ERROR: An error occurred while retrieving the status.
A descriptive message providing additional details about the error.