---
title: "List Custom Analysis Results"
method: GET
path: "/api/v1/role-mining/custom-analysis"
tags: ["Role Mining"]
---

# List Custom Analysis Results

`GET /api/v1/role-mining/custom-analysis`

List recent custom analysis results in reverse chronological order.

## Response `200`

Successful response

- C1ApiRoleMiningManagementV1ListCustomAnalysisResultsResponse — The ListCustomAnalysisResultsResponse message.
  - `list` C1ApiRoleMiningManagementV1CustomAnalysisResultView[], nullable — The list field.
    - `cohortSize` integer — Number of users in the cohort.
    - `completedAt` string, date-time
    - `createdAt` string, date-time
    - `errorMessage` string — Error message if the analysis failed, empty on success.
    - `id` string — Unique identifier for this custom analysis result.
    - `profileFilters` C1McpRoleMiningV1ProfileFilter[], nullable — Profile filters that defined the cohort for this analysis.
      - `attribute` string — The attribute field.
      - `values` string[], nullable — The values field.
    - `status` 'RUN_STATUS_UNSPECIFIED' | 'RUN_STATUS_RUNNING' | 'RUN_STATUS_COMPLETED' | 'RUN_STATUS_FAILED' — Execution status of this analysis (e.g., running, completed, failed).
    - `suggestionsGenerated` integer — Number of role suggestions generated.
  - `nextPageToken` string — The nextPageToken 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)
