list_connections
Retrieve available external service connections (databases, APIs) for a Cognigy.AI project or organization. Filter by name, project ID, or resource level.
Instructions
Lists Cognigy.AI connections (external service integrations like databases, APIs, etc.). Connections store credentials securely. Use this to find available connections for a project or organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of items to skip for pagination | |
| limit | No | Maximum number of connections to return (default: 25, max: 100) | |
| filter | No | Filter connections by name | |
| projectId | No | Filter connections by project ID. Omit for all accessible connections. | |
| resourceLevel | No | Scope: 'organisation' for global connections, 'project' for project-specific |