# detail

The cldkctl organization role detail command retrieves detailed information about a specific role, including the associated services and the permissions assigned to that role. This command is useful for verifying which access levels are granted to each service under a given role.

## Usage

```
cldkctl organization role detail [role_id] [flags]
```

## Steps

Follow the steps below to run and view the result of this command:

1. Identify the Role ID of the role you want to check. Refer to the Organization Role List section to view all Role IDs.
2. Run the following command in your terminal:

```
cldkctl organization role detail <role_id>
```

3. Replace `<role_id>` with the actual ID of the role you want to inspect.
4. Wait for the command to execute and review the displayed details, which include the role name, description, and a table showing each service with its corresponding permission level (for example, Editor or Viewer).

<figure><img src="/files/CnSzal2YFDT4iTVYFWtN" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="200">Column</th><th>Description</th></tr></thead><tbody><tr><td>Role Detail: Name</td><td>The name of the role.</td></tr><tr><td>Role Detail: Description</td><td>A brief summary of what the role allows.</td></tr><tr><td>Privilages: Access </td><td>The name of each service within the organization.</td></tr><tr><td>Privilages: Permission</td><td>The permission level assigned to that service (e.g., Viewer, Editor).</td></tr></tbody></table>

## Flags

{% hint style="success" %}
This command supports refer to the [Global Flags](/cloudeka-api-list/global-flags.md) section for details.
{% endhint %}

<table><thead><tr><th width="199.3333740234375">Column</th><th>Description</th></tr></thead><tbody><tr><td>-a, --all</td><td>View all available permissions.</td></tr><tr><td>-h, --help</td><td>Help for the detail subcommand.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-organization/role/detail.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
