Get database columns
integrations
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
GET
Get database columns
Authorizations
API key authentication. Include your API key in the X-API-Key header as: X-API-Key YOUR_API_KEY
Example:
JWT Bearer token authentication. Include your access token in the Authorization header as: Bearer YOUR_ACCESS_TOKEN
Example:
Path Parameters
Response
Database columns retrieved successfully
Response containing database column information.
Returned by GET /database/{db_id}/columns endpoint.