List field values

Returns a paginated list of allowed values for select-type and status fields (SINGLE_SELECT, MULTI_SELECT, STATUS). Use this endpoint to retrieve all available options for fields with many values, or when you need to paginate through all values.

For fields with fewer values (≤1000), the values are returned inline in the field response. For fields with more values, the field response contains a reference to this endpoint.

Path Params
string
required

Field identifier (UUID for custom fields, API name for default fields).

Query Params
assignedEntityType[]
array of objects

Filter values by assigned entity type. Useful for status fields where different entity types have different status sets.

assignedEntityType[]
string

Cursor for pagination. Use the value from links.next to fetch the next page.

Responses

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json