connections
List connections
List warehouse connections for the client.
Filter connections by approval status using the status query parameter:
- approved (default): Only approved connections (is_pending_approval=false)
- pending: Only connections awaiting PR approval (is_pending_approval=true)
- all: All connections regardless of approval status
Pending connections include their approval PR URLs when available. Returns empty list if GitHub is not configured.
RLS: Filtered to current client (DualClientRLSDB).
get/api/v1/connections
Query parameters
status'approved' | 'pending' | 'all'
Response
Successful Response