get https://api.runtrellis.com/v1/transforms//results
Retrieve the results of a transformation for a given transform_id and customer.
Parameters:
- transform_id (str): The ID of the transformation.
Returns:
- Dict[List]: A list of rows representing the transformation results.
Raises:
- HTTPException: If the user does not have access to the transformation with the given transform_id.