Connections
Get connection details
Retrieves detailed information about a specific database connection within an environment. This includes connection configuration, credentials (if accessible), and metadata. Useful for inspecting connection settings and troubleshooting connectivity issues.
GET
/environments/{environmentName}/connections/{connectionName}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
environmentName*string
Name of the environment
Match
^[a-zA-Z0-9_-]+$connectionName*string
Name of the connection
Match
^[a-zA-Z0-9_-]+$Response Body
application/json
application/json
application/json
application/json
application/json