---
title: "Get Index Creation Status"
method: GET
path: "/api/consentmanager/v1/custom-indexes/{runId}/status"
tags: ["Custom Index Management"]
---

# Get Index Creation Status

`GET /api/consentmanager/v1/custom-indexes/{runId}/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.

## Path parameters

- `runId` string, uuid, required

## Response `200`

Successfully retrieved pipeline run status

- ConsentPreferencesUniversalConsentPreferenceManagPipelineRun
  - `status` 'Submitted' | 'InProgress' | 'Success' | 'Failed' | 'Cancelled' | 'Pending' — Current status of the custom index creation
  - `startTime` string, date-time — Timestamp when the of the custom index creation started
  - `endTime` string, date-time — Timestamp when the the custom index creation ended.

## Other responses

- `400` — Invalid run ID provided
- `401` — Unauthorized access
- `403` — Insufficient permissions to view index status
- `404` — Pipeline run not found
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/revisions/21de3aa0b170/schema)
