Check the index status for set of documents. Useful to check if a document is ready for search.
This endpoint is in beta
and is available only when a cdf-version: YYYYMMDD-beta
header
is provided.
List of document ids to check the status for.
List of documents and their status to signify if they are ready for search.
The response for a failed request.
{- "ignoreUnknownIds": false,
- "items": [
- {
- "id": 1
}
]
}
{- "items": [
- {
- "id": 1,
- "externalId": "my.known.id",
- "instanceId": {
- "space": "string",
- "externalId": "string"
}, - "passages": {
- "status": "waiting",
- "available": true,
- "reason": "string",
- "count": 0
}, - "elements": {
- "status": "waiting",
- "available": true,
- "reason": "string"
}, - "content": {
- "status": "waiting",
- "available": true,
- "reason": "string",
- "pages": 0
}
}
]
}