Custom Index Management
Get Index Creation Status
Use this API to retrieve the current creation status of the custom search index. The response will include details such as the current status, start and end time, and error details if applicable.
get/api/consentmanager/v1/custom-indexes/{runId}/status
Path parameters
runIdstring uuid required
Unique identifier of a custom index creation
Response
Successfully retrieved pipeline run status
Example response
{
"status": "InProgress"
}