Returns
Returns an Endpoint Connection object for the given product and name.Example
Parameters
string
required
Name of the endpoint connection to retrieve.
string
required
ID of the product the connection belongs to.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a specific endpoint connection by its name within a product.
endpoint_connection = galtea.endpoint_connections.get_by_name(
name="production-chat-api-" + run_identifier,
product_id=product_id,
)