List user databases
integrations
List user databases
List all databases accessible to the authenticated user.
Returns all databases, including:
- Database metadata and configuration
- Row and column counts
- Creation and update timestamps
- Current status
Use Cases:
- Display databases in UI
- Select database for workflow configuration
- Monitor database integration status
GET
List user databases
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:
Response
List of databases successfully retrieved