Get database columns
Retrieve column names from a specific database.
Returns the list of columns available in the database, useful for:
- Building query interfaces
- Configuring data mappings
- Validating field references in workflows
Use Cases: - Display available columns in query builder - Configure column mappings for data transformation - Validate workflow field references
Header Parameters
Path Parameters
Response
Response Attributes
Total number of columns
List of column names in the database
Show child attributes
Database identifier
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.