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.
Please note that this version of the API is currently in beta and might change without warning until a stable V1 is released.
The Data Ingest API is only available to customers on IrisX. Learn more about the IrisX subscription
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
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.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error