---
title: "Get organization access details"
method: GET
path: "/organization/{organization_id}/governance/access/{access_id}"
tags: ["Organizations"]
---

# Get organization access details

`GET /organization/{organization_id}/governance/access/{access_id}`

> This endpoint **may be changed or removed at any time**. Don't use it in production environments.

## Path parameters

- `organization_id` string, required
- `access_id` string, required

## Response `200`

Response

- OrganizationGovernanceAccessGetResponse — OrganizationGovernanceAccessGetResponse
  - `access` object, required — OrganizationGovernanceAccess
    - `access_data` object, required — access type specific data
      - `acls` object[], required — Acls
        - `host` string, required — Acl host
        - `id` string, required — Acl ID
        - `operation` 'Read' | 'Write', required — An enumeration.
        - `pattern_type` 'LITERAL', required — An enumeration.
        - `permission_type` 'ALLOW', required — An enumeration.
        - `principal` string, required — Acl principal
        - `resource_name` string, required — Acl resource name
        - `resource_type` 'Topic', required — An enumeration.
      - `project_name` string, required — Project name
      - `service_name` string, required — Service name
      - `username` string, required — The service username assigned to the access
    - `access_id` string, required — The ID of the access
    - `access_name` string, required — Label to describe the access
    - `access_type` 'KAFKA', required — An enumeration.
    - `create_time` string, required — Timestamp of when access was created
    - `created_by` string, required — The user that created the access
    - `credentials_consumed` boolean, required — Wether the credentials have been reviewed
    - `credentials_user_id` string, required — The user that created is assigned to review the credentials
    - `owner_user_group_id` string — The ID of the group that will own the access

## Other responses

- `400` — Invalid request parameters
- `404` — Resource not found

---

[API](https://skmtc.net/aiven/apis/aiven-api-documentation.md) · [All operations](https://skmtc.net/aiven/apis/aiven-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aiven/aiven-api-documentation/versions/ecaeabf1da31/schema)
