---
title: "Get Custom Analysis Result"
method: GET
path: "/api/v1/role-mining/custom-analysis/{id}"
tags: ["Role Mining"]
---

# Get Custom Analysis Result

`GET /api/v1/role-mining/custom-analysis/{id}`

Invokes the c1.api.role_mining_management.v1.RoleMiningManagementService.GetCustomAnalysisResult method.

## Path parameters

- `id` string, required — The id field.

## Response `200`

Successful response

- C1ApiRoleMiningManagementV1GetCustomAnalysisResultResponse — The GetCustomAnalysisResultResponse message.
  - `appsAnalyzed` integer — The appsAnalyzed field.
  - `clusters` C1McpRoleMiningV1EntitlementCluster[], nullable — Cluster results.
    - `avgCoverage` number — The avgCoverage field.
    - `avgSimilarity` number — The avgSimilarity field.
    - `entitlements` C1McpRoleMiningV1CohortEntitlement[], nullable — The entitlements field.
      - `appDisplayName` string — The appDisplayName field.
      - `appId` string — The appId field.
      - `appResourceDisplayName` string — The appResourceDisplayName field.
      - `appResourceTypeDisplayName` string — The appResourceTypeDisplayName field.
      - `coverage` number — The coverage field.
      - `entitlementDisplayName` string — The entitlementDisplayName field.
      - `entitlementId` string — The entitlementId field.
      - `grantedCount` integer — The grantedCount field.
      - `riskLevelValueId` string — The riskLevelValueId field.
    - `userCount` integer — The userCount field.
  - `cohortSize` integer — The cohortSize field.
  - `entitlements` C1McpRoleMiningV1CohortEntitlement[], nullable — Entitlement coverage results.
    - `appDisplayName` string — The appDisplayName field.
    - `appId` string — The appId field.
    - `appResourceDisplayName` string — The appResourceDisplayName field.
    - `appResourceTypeDisplayName` string — The appResourceTypeDisplayName field.
    - `coverage` number — The coverage field.
    - `entitlementDisplayName` string — The entitlementDisplayName field.
    - `entitlementId` string — The entitlementId field.
    - `grantedCount` integer — The grantedCount field.
    - `riskLevelValueId` string — The riskLevelValueId field.
  - `errorMessage` string — The errorMessage field.
  - `facetUserCount` integer — The facetUserCount field.
  - `facets` C1McpRoleMiningV1AttributeFacet[], nullable — Facet results.
    - `attribute` string — The attribute field.
    - `displayName` string — The displayName field.
    - `values` C1McpRoleMiningV1AttributeValue[], nullable — The values field.
      - `displayName` string — The displayName field.
      - `userCount` integer — The userCount field.
      - `value` string — The value field.
  - `id` string — The id field.
  - `status` 'RUN_STATUS_UNSPECIFIED' | 'RUN_STATUS_RUNNING' | 'RUN_STATUS_COMPLETED' | 'RUN_STATUS_FAILED' — The status field.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/d391405a35d3/schema)
