Get database by ID
Retrieve detailed information for a specific database.
Returns complete database configuration including:
- Database metadata (name, description, status)
- File information (location, size)
- Schema details (row count, column count)
- Timestamps and audit information
Use Cases: - Display database details in UI - Validate database exists before operations - Retrieve configuration for workflow tasks
Header Parameters
Path Parameters
Response
Response Attributes
Standard error detail structure.
This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.
Show child attributes
Response Attributes
Standard error detail structure.
This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.
Show child attributes
Response Attributes
Show child attributes
Response Attributes
Standard error detail structure.
This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.