---
title: "Get entity trait values"
method: GET
path: "/entity-trait-values"
tags: ["companies"]
---

# Get entity trait values

`GET /entity-trait-values`

## Query parameters

- `definition_id` string, required
- `q` string
- `limit` integer — Page limit (default 100)
- `offset` integer — Page offset (default 0)

## Response `200`

OK

- object
  - `data` EntityTraitValue[], required
    - `definition_id` string, required
    - `value` string, required
  - `params` object, required — Input parameters
    - `definition_id` string
    - `limit` integer — Page limit (default 100)
    - `offset` integer — Page offset (default 0)
    - `q` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

## Changes

- **2026-07-15** `3baa54bf8b3f` — 2 warning
  - for the `query` request parameter `limit`, the max was set to `250.00`
  - for the `query` request parameter `limit`, the min was set to `0.00`

[Change history](https://skmtc.dev/schematichq/apis/schematic-api/changes/entity-trait-values/get.md)

---

[API](https://skmtc.dev/schematichq/apis/schematic-api.md) · [All operations](https://skmtc.dev/schematichq/apis/schematic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/schematichq/schematic-api/revisions/0b238e148fa1/schema)
