---
title: "Get Profile"
method: GET
path: "/v1/Stores/{storeId}/Profiles/{profileId}"
tags: ["Profile"]
---

# Get Profile

`GET /v1/Stores/{storeId}/Profiles/{profileId}`

Retrieve profile traits by profile ID. Use the `traitGroups` query parameter to restrict results to a comma-separated allow list of trait group names. For large sets of traits, prefer using the dedicated `/Traits` endpoint for pagination.

## Query parameters

- `traitGroups` string

## Response `200`

A profile.

- Profile
  - `id` string — The canonical profile ID.
  - `createdAt` string, date-time — The time the profile was created.
  - `traits` TraitGroups — Multiple trait groups.

## Other responses

- `301` — This resource has moved.
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `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)
