---
title: "Retrieve a Trait Group"
method: GET
path: "/v1/ControlPlane/Stores/{storeId}/TraitGroups/{traitGroupName}"
tags: ["TraitGroup"]
---

# Retrieve a Trait Group

`GET /v1/ControlPlane/Stores/{storeId}/TraitGroups/{traitGroupName}`

Retrieve a specific Trait Group by its unique name for this Memory Store, with optional traits information.

## Query parameters

- `includeTraits` boolean
- `pageSize` integer
- `pageToken` string
- `orderBy` 'ASC' | 'DESC'

## Response `200`

TraitGroup retrieved successfully

- object
  - `traitGroup` TraitGroup
    - `displayName` string, required — Provides a unique and addressable name to be assigned to this Trait Group
    - `description` string — description of the Trait Group
    - `traits` object — Map of traits that are part of this Trait Group, where the key is the trait name and the value is the trait's definition.
    - `version` integer, required — The current version number of the Trait Group. Incremented on each successful update.
  - `meta` Meta
    - `key` string — The key of the list property contains the actual data items. This enables programmatic iteration over paginated results.
    - `pageSize` integer
    - `nextToken` string
    - `previousToken` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — This error indicates that you have sent too many requests to the API. You should retry according to the `Retry-After` response header.
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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