---
title: "List Profile Insights"
method: GET
path: "/api/v2/insights/profile-insights"
tags: ["Insights"]
---

# List Profile Insights

`GET /api/v2/insights/profile-insights`

Returns profile insights

## Query parameters

- `limit` integer
- `distributionFieldsLimit` integer
- `positionMatchedFor` string
- `filterQuery` string
- `query` string
- `fields` string
- `exclude` string
- `keyList` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- InsightsSchema
  - `resultCount` integer, nullable — Number of Results
  - `fieldInsights` FieldInsight[], nullable — List of field insights
    - `field` string, nullable — field name for insight
    - `values` CountValue[], nullable — value dictionary for insight.
      - `count` integer, nullable — Count of fields for a value
      - `value` string, nullable — value of field.

---

[API](https://skmtc.net/eightfold/apis/api-server-v2-service-service.md) · [All operations](https://skmtc.net/eightfold/apis/api-server-v2-service-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eightfold/api-server-v2-service-service/versions/0fb26f4e41bf/schema)
