---
title: "List ideal-creator profiles"
method: GET
path: "/samples/profiles"
tags: ["Samples"]
---

# List ideal-creator profiles

`GET /samples/profiles`

Reusable creator-quality criteria (minimum post rate, GMV range, minimum views, minimum followers) that product configs point at when deciding whether to auto-approve a sample request. `linkedProducts` counts how many product configs reference each profile. Read-only; requires a single shop.

## Response `200`

Successful Response

- ModulesSampleRequestsSampleRequestsV2SchemasProfileListResponse
  - `data` ProfileItem[], required
    - `id` integer, required
    - `name` string, required
    - `criteria` ProfileCriteria
      - `minPostRate` number, nullable
      - `gmvRange` GmvRange
        - `min` number, nullable
        - `max` number, nullable
      - `minViews` integer, nullable
      - `minFollowers` integer, nullable
    - `linkedProducts` integer
    - `createdAt` string, nullable
    - `updatedAt` string, nullable

---

[API](https://skmtc.dev/reacherapp/apis/reacher-data-api.md) · [All operations](https://skmtc.dev/reacherapp/apis/reacher-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reacherapp/reacher-data-api/revisions/d4fe3e380424/schema)
