get https://api.runtrellis.com/v1/transforms
Retrieve all transformation associated with you.
Parameters:
- limit (int): The number of transformations to retrieve.
- offset (int): The offset to start retrieving transformations from.
- order_by (str): The column to order the transformations by.
- order (str): The order to sort the transformations by.
- transform_ids (list, optional): The IDs of the transformations to retrieve.
- proj_names (list, optional): The names of the projects to retrieve transformations from.
- include_params (bool, optional): Include metadata in the response such as the transform_params and validation_params. Defaults to false.
Returns:
- dict: A dict containing all the transformations associated with you.