Integration Get
Integration
Integration Get
Endpoint to retrieve detailed information about a specific GPT integration. Restricted to root-level users.
Args: gpt_name (str): The name of the GPT (and integration) whose details are being requested.
Returns: dict: A dictionary containing the integration’s details including name, state, metadata, and website content.
Raises: HTTPException 404: If the integration with the specified name does not exist. HTTPException 500: If any internal error occurs while retrieving the integration.
