Get ingestion status
GET/v1beta2/assets/ingestions/:ingestionId
Retrieves the status of a specific data ingestion by its ID.
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
- 200
- 400
- 401
- 403
- 404
- 500
Ingestion status retrieved successfully. 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