Get Assets
Retrieve asset IDs from a project.
Parameters:
- asset_ids (List[str], optional): The list of asset IDs to retrieve. This is optional, but will override the proj_id if provided.
- proj_id (str, optional): The id of the project. This is optional, but will be used if asset_ids is not provided.
- status (AssetStatus, optional): Filters the results based on the status of the assets.
- limit (int, optional): The number of transformations to retrieve.
- offset (int, optional): The offset to start retrieving transformations from.
- order_by (str, optional): The column to order the transformations by.
- order (str, optional): The order to sort the transformations by.
If neither asset_ids or proj_id is provided, all assets will be retrieved.
Returns:
- dict: A dict containing the all the asset data.
Query parameters
List of asset IDs to retrieve.
List of asset IDs to retrieve.
The id of the project.
The id of the project.
The id of the transformation.
The id of the transformation.
Row ID where the asset belongs
Row ID where the asset belongs
Operation ID where the asset belongs
Operation ID where the asset belongs
Entity ID where the asset belongs
Entity ID where the asset belongs
Entity field ID where the asset belongs
Entity field ID where the asset belongs
An enumeration.
The status of the assets to retrieve.
An enumeration.
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).
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.