transforms
public

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.
post/v1/transforms/{transform_id}/results

Path parameters

transform_idstring required

Transformation ID for the transformation to retrieve.

Transformation ID for the transformation to retrieve.

Query parameters

result_idstring

Result ID to retrieve. Will be deprecated in Jan 2025.

Result ID to retrieve. Will be deprecated in Jan 2025.

limitinteger
offsetinteger
order_bystring
order'asc' | 'desc'

An enumeration.

Headers

API-Versionstring

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

asset_idsstring[]

List of asset IDs to filter by. When this paramter is passed in, blocking defaults to True. This will override any asset_id filters in the request body.

row_idsstring[]

List of row IDs to filter by. When this paramter is passed in, blocking defaults to True. This will override any row_id filters in the request body.

blockingboolean

Checks whether to block the return until all the asset_ids results are completed. If set to False, the response will return immediately with the results that are available.

created_bystring

The ID of the user who created the row.

filtersobject

Response

Successful Response

OR

Changes

No recorded changes to this endpoint across all 1 revision of this API.