Skip to main content

List Supabase Columns

GET 

/api/integrations/:integration_id/supabase/:table_id/columns

List all columns for a Supabase table.

Returns list of {id, name, type, format} objects. Optionally filtered by column_type.

Request

Responses

Successful Response