---
title: "returns detailed information about ClusterRoleBinding"
method: GET
path: "/api/v1/clusterrolebinding/{name}"
---

# returns detailed information about ClusterRoleBinding

`GET /api/v1/clusterrolebinding/{name}`

## Path parameters

- `name` string, required

## Query parameters

- `filterBy` string
- `sortBy` string
- `itemsPerPage` string
- `page` string
- `metricNames` string
- `aggregations` string

## Response `200`

OK

- ClusterrolebindingClusterRoleBindingDetail
  - `errors` Error[], required
    - unknown
  - `objectMeta` TypesObjectMeta, required
    - `annotations` object
    - `creationTimestamp` V1Time
      - `Time` string, date-time, required
    - `labels` object
    - `name` string
    - `namespace` string
    - `uid` string
  - `roleRef` V1RoleRef, required — RoleRef contains information that points to the role being used
    - `apiGroup` string, required — APIGroup is the group for the resource being referenced
    - `kind` string, required — Kind is the type of resource being referenced
    - `name` string, required — Name is the name of resource being referenced
  - `subjects` V1Subject[]
    - `apiGroup` string — APIGroup holds the API group of the referenced subject. Defaults to "" for ServiceAccount subjects. Defaults to "rbac.authorization.k8s.io" for User and Group subjects.
    - `kind` string, required — Kind of object being referenced. Values defined by this API group are "User", "Group", and "ServiceAccount". If the Authorizer does not recognized the kind value, the Authorizer should report an error.
    - `name` string, required — Name of the object being referenced.
    - `namespace` string — Namespace of the referenced object. If the object kind is non-namespace, such as "User" or "Group", and this value is not empty the Authorizer should report an error.
  - `typeMeta` TypesTypeMeta, required
    - `kind` string
    - `restartable` boolean
    - `scalable` boolean

---

[API](https://skmtc.net/karmada-io/apis/kubernetes-dashboard-api.md) · [All operations](https://skmtc.net/karmada-io/apis/kubernetes-dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/karmada-io/kubernetes-dashboard-api/versions/8521b53800a7/schema)
