Skip to main content

Get asset ingestions history

GET 

/v1beta2/assets/:assetId/ingestions

Retrieves the ingestion history for a specific asset.

Returns a list of all ingestions that included data for the specified asset, allowing you to track the processing status of asset data over time.

Use the detailed parameter to include information about each asset that was part of the ingestion batch.

Note: Ingestion history is retained for 7 days.


Beta Version

Please note that this version of the API is currently in beta and might change without warning until a stable V1 is released.

IrisX Subscription needed

The Data Ingest API is only available to customers on IrisX. Learn more about the IrisX subscription

Request

Responses

Asset ingestion history retrieved successfully. Returns a list of ingestions associated with the asset. Returns basic status information when detailed=false, or includes per-asset ingestion details when detailed=true.