Skip to main content
POST
Search Entities

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
teamId
string

The ID of the team.

entityTypeId
string | null

Optional filter by entity type ID.

entityTypeKey
string | null

Optional filter by entity type key (alternative to entity_type_id).

filterGroups
EntityFilterGroup · object[]

Filter groups for complex filtering. OR between groups, AND within each group.

fieldSorts
(Entity Source · object | Field Id · object | Field Key · object)[]

Sorting specifications.

pageSize
integer<int32> | null

Maximum number of results to return. Default is 2000, maximum is 5000.

pageToken
string | null

Token for pagination. Leave empty for the first request.

key
string | null

Optional filter by entity key (exact match).

includeArchived
boolean

Include archived entities in the results. Default false (archived entities are hidden). Archived items keep their key reserved and can be unarchived; set this to discover them (e.g. to call UnarchiveEntity).

Response

Success

data
Entity · object[]

The list of matching entities.

nextPageToken
string | null

Token for retrieving the next page of results. Empty if no more results.