clerk.list_enterprise_connections
List enterprise SSO (SAML/OIDC) connections in a connected Clerk application.
Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account.
Returns enterprise_connections summaries plus total_count.
Cost = 5 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (1–500). | |
| active | No | Filter by active status. Omit to return all connections. | |
| offset | No | Number of results to skip before returning. | |
| organization_id | No | Filter connections linked to this Clerk organization id (org_...). | |
| clerk_instance_id | No | Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total_count | No | Total number of enterprise connections matching the query. | |
| enterprise_connections | No | Enterprise SSO connections in the connected Clerk application. |