connector
Get Connector By Id
Get a connector by its slug and ID.
Args: connector_slug (str): The slug of the connector. connector_id (str): The ID of the connector. db (Session, optional): The database session. Defaults to Depends(get_db). user (User, optional): The current active user. Defaults to Depends(get_current_active_user).
Returns: dict: The details of the connector.
Raises: HTTPException: If the connector is not found.
GET
Response
200
application/json
Successful Response
The response is of type any
.