Role Mining

Get Custom Analysis Result

GetCustomAnalysisResult returns the status and results of a custom cohort analysis started with TriggerCustomAnalysis, including entitlement coverage, entitlement clusters, attribute facets, and cutoff impact points. Requires the agentic role mining feature.

get/api/v1/role-mining/custom-analysis/{id}

Path parameters

idstring required

The id field.

Response

Successful response

appsAnalyzedinteger

The appsAnalyzed field.

cohortSizeinteger

The cohortSize field.

errorMessagestring

The errorMessage field.

facetUserCountinteger

The facetUserCount field.

idstring

The id field.

status'RUN_STATUS_UNSPECIFIED' | 'RUN_STATUS_RUNNING' | 'RUN_STATUS_COMPLETED' | 'RUN_STATUS_FAILED'

The status field.

Changes