5b4ba84182d7
latestOpenAPI 3.0.0MIT2026-08-043290199.3 KBCatalog
Get - Catalog Ingestion Status (Beta)
<b>Monitor Your Data Integration Status.</b><br>Once you create an ingestion job successfully, you need to poll the get catalog ingestion API to track the progress, whether the entire job or individual updates.
get/catalog/ingestion/{ingestionId}
Path parameters
ingestionIdstring required
Unique ID used to return the status of an ingestion job.
Query parameters
statusstring
The status of the ingestion job. In review, Completed, Rejected.
Response
Ok
Example response
{
"items": [
{
"input": {
"productTitle": "Jordan 4 retro",
"countryOfOrigin": "US"
}
}
]
}