Skip to main content

Returns

Returns an Endpoint Connection object for the given product and name.

Example

endpoint_connection = galtea.endpoint_connections.get_by_name(
    name="production-chat-api-" + run_identifier,
    product_id=product_id,
)

Parameters

name
string
required
Name of the endpoint connection to retrieve.
product_id
string
required
ID of the product the connection belongs to.