---
title: "Get list elements"
method: GET
path: "/crm/v1/entities/{entity}/lists/{field}"
tags: ["fields"]
---

# Get list elements

`GET /crm/v1/entities/{entity}/lists/{field}`

Returns all values for a list-type field (e.g., source, status options).

## Response `200`

Successful response

- SourceList[]
  - `title` string
  - `value` string
  - `color` string
  - `sort` integer
  - `selected` boolean

## Other responses

- `401` — Access token is missing or invalid

---

[API](https://skmtc.net/uspacy/apis/crm-service-2.md) · [All operations](https://skmtc.net/uspacy/apis/crm-service-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uspacy/crm-service-2/revisions/f80578d43845/schema)
