v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
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

status'Submitted' | 'InProgress' | 'Success' | 'Failed' | 'Cancelled' | 'Pending'

Current status of the custom index creation

startTimestring date-time

Timestamp when the of the custom index creation started

endTimestring date-time

Timestamp when the the custom index creation ended.

Example response

{
  "status": "InProgress"
}