---
title: "Get Access Detail"
method: POST
path: "/access/visibility/details"
tags: ["Access"]
---

# Get Access Detail

`POST /access/visibility/details`

Displays the details of individual violation

## Query parameters

- `services` 'AWS' | 'Azure' | 'AzureStack' | 'Azure_CSP' | 'Azure_CSP-Direct' | 'Azure_EA' | 'Azure_MCA' | 'Cloudstack' | 'GCP' | 'MS_VMM' | 'OCI' | 'Openstack' | 'PrivateCloud' | 'Rackspace' | 'VMware' | 'VMware_VCD' | 'vCenter', required
- `category` string, required
- `item` string, required
- `page` integer
- `limit` integer

## Request body

- DetailsRequest
  - `tenant_id` string — ID of the tenant to filter the violation detail. Please get tenant_id from cloud_accounts of AccessVisibilityFilters in Access Visibility Dashboard
  - `cloud_account_id` string — ID of the cloud account to filter the violation detail. Please get cloud_account_id from cloud_accounts of AccessVisibilityFilters in Access Visibility Dashboard
  - `all_tenants` 'Yes' | 'No', required — To get violations from all the tenants, please give Yes. If selected No, then it is mandatory to provide tenant_id and cloud_account_id
  - `search` string — Search by account_name wise

## Response `200`

Success

- DetailsResponse
  - `total_count` integer, required — Total violations count
  - `page_count` string, required — Page count for the violations
  - `details` object[], required — Details of the violation

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
