Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
Path Parameters
Query Parameters
Response
Success Response (200 OK)
Response Fields
Connection Object Fields (Common)
Note: Connection-specific fields vary by connection type. Secret fields are returned as
null in list operations.
Error Response (401 Unauthorized)
Error Response (404 Not Found)
cURL Examples
List Connections by Type (Database)
List Connections by Type (Email)
List Connections by Type (Kafka)
Full JSON Body Example
This endpoint does not require a request body.Permissions
- User must have any permission in the project (read access)
Notes and Warnings
- Secret Fields: Secret fields (password, apiKey, etc.) are masked and returned as
nullin list operations - Get Single Connection: Use Get Connection to retrieve full connection details including secrets
- Connection Types: Each connection type has different fields. See individual connection type documentation for details
- Type Parameter Required: The
typequery parameter is required. Since connections are stored in separate collections by type, you must specify the connection type to query - Valid Type Values:
email,kafka,elasticsearch,rabbitMq,ftp,graylog,syslog,webhook,logback,activeMq,snmp,linux-script,database,ldap
Related Documentation
- Get Connection - Get detailed connection information
- Create Connection - Create a new connection
- Email Connection - Email connection details

