---
title: "GET /workspaces/{workspaceId}/rulegroupsnamespaces/{name}"
method: GET
path: "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}"
---

# GET /workspaces/{workspaceId}/rulegroupsnamespaces/{name}

`GET /workspaces/{workspaceId}/rulegroupsnamespaces/{name}`

Describe a rule groups namespace.

## Path parameters

- `name` string, required — The namespace name that the rule group belong to.
- `workspaceId` string, required — A workspace ID.

## Response `200`

Success

- DescribeRuleGroupsNamespaceResponse — Represents the output of a DescribeRuleGroupsNamespace operation.
  - `ruleGroupsNamespace` object, required — The selected rule groups namespace.
    - `arn` string, required — The Amazon Resource Name (ARN) of this rule groups namespace.
    - `createdAt` string, date-time, required — The time when the rule groups namespace was created.
    - `data` string, required — The rule groups namespace data.
    - `modifiedAt` string, date-time, required — The time when the rule groups namespace was modified.
    - `name` string, required — The rule groups namespace name.
    - `status` object, required — The status of rule groups namespace.
      - `statusCode` 'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING' | 'CREATION_FAILED' | 'UPDATE_FAILED', required — Status code of this namespace.
      - `statusReason` string — The reason for failure if any.
    - `tags` object — The tags of this rule groups namespace.

## Other responses

- `480` — ThrottlingException
- `481` — ValidationException
- `482` — ResourceNotFoundException
- `483` — AccessDeniedException
- `484` — InternalServerException

---

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