List field values

Returns a paginated list of allowed values for select-type and status fields (SINGLE_SELECT, MULTI_SELECT, TAG, 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.

Tag fields are returned using the same SelectOptionValue shape as MULTI_SELECT, since tags are multi-select internally.

Use the query parameter to search TAG field values by name — see the parameter description for details.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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
length between 1 and 255

Search TAG field values by name. Matching is case- and accent-insensitive and tolerates minor
misspellings. Results are ordered by trigram similarity, limited to 20 values, and do not include
a pagination link. pageCursor is ignored when query is provided. An explicitly supplied blank
query or a query for any other field type is invalid and returns a 400 response.

string

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

Responses

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