Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer | Yes |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| projectName | string | Yes | Project name |
| connectionName | string | Yes | Connection name |
Query Parameters
NoneResponse
Success Response (200 OK)
Response Fields
| Field | Type | Description |
|---|---|---|
| success | boolean | Indicates if the request was successful |
| resultList | array | List containing single connection object |
| resultCount | integer | Always 1 for get operation |
Connection Object Fields (Common)
| Field | Type | Description |
|---|---|---|
| type | string | Connection type discriminator field. Identifies the connection type in API responses. |
| name | string | Connection name |
| description | string | Connection description |
| deployToWorker | boolean | Whether to deploy to worker |
| enabled | boolean | Whether connection is enabled |
Error Response (400 Bad Request)
Error Response (401 Unauthorized)
Error Response (404 Not Found)
cURL Example
Full JSON Body Example
This endpoint does not require a request body.Notes and Warnings
- Secret Fields: Unlike list operations, secret fields (password, apiKey, etc.) are returned in full when getting a single connection
- Security: Never log or expose connection responses containing secrets
- Connection Types: Each connection type has different fields. See individual connection type documentation for details:
- Email Connection
- Kafka Connection
- Database Connection
- … (see Connections Index for complete list)
Related Documentation
- List Connections - List all connections (secrets masked)
- Create Connection - Create a new connection
- Update Connection - Update a connection
- Delete Connection - Delete a connection
- Email Connection - Email connection details

