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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Path Parameters
The id field.
Response
Successful response
The GetCustomAnalysisResultResponse message.
The appsAnalyzed field.
Cluster results.
The cohortSize field.
Exact holder counts at each distinct inclusive entitlement coverage cutoff.
Entitlement coverage results.
The errorMessage field.
The facetUserCount field.
Facet results.
The id field.
The status field.
RUN_STATUS_UNSPECIFIED, RUN_STATUS_RUNNING, RUN_STATUS_COMPLETED, RUN_STATUS_FAILED