Get Transform Results
Retrieve the results of a transformation for a given transform_id and customer.
Parameters:
- transform_id (str): The ID of the transformation.
- asset_ids (List[str], optional): List of asset IDs to filter results by.
- row_ids (List[str], optional): List of row IDs to filter results by.
- result_id (str, optional): Result ID to retrieve.
- request_body (GetTransformResultsRequest, optional): Additional filters and parameters.
Returns:
- Dict[List]: A list of rows representing the transformation results.
Raises:
- HTTPException: If the user does not have access to the transformation.
Path parameters
Transformation ID for the transformation to retrieve.
Transformation ID for the transformation to retrieve.
Query parameters
Result ID to retrieve. Will be deprecated in Jan 2025.
Result ID to retrieve. Will be deprecated in Jan 2025.
An enumeration.
Headers
Pass in an API version to guarantee a consistent response format.
The latest version should be used for all new API calls. Existing API calls should be updated to the latest version when possible.
Valid versions:
-
Latest API version (recommended): 2025-03
-
Previous API version (maintenance mode): 2025-02
If no API version header is included, the response format is considered unstable and could change without notice (not recommended).
Pass in an API version to guarantee a consistent response format.
The latest version should be used for all new API calls. Existing API calls should be updated to the latest version when possible.
Valid versions:
-
Latest API version (recommended): 2025-03
-
Previous API version (maintenance mode): 2025-02
If no API version header is included, the response format is considered unstable and could change without notice (not recommended).
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.