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

# List Profiles

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

Return a paginated list of profile IDs ordered by most recently created first. Use the optional paging parameters (`pageSize`, `pageToken`, `orderBy`) to control pagination and sorting. This endpoint is optimized for browsing newly created profiles and lightweight lookups where only the identifiers are needed before requesting full profile details.

## Query parameters

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

## Response `200`

A list of profile IDs up to a maximum of 100.

- object
  - `profiles` ProfileID[]
  - `meta` ProfilesMeta
    - `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
- `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/revisions/1cfcc8fb9f19/schema)
