Clarity - Search records action

The Search records action searches for records in your Clarity instance based on specified criteria.

Input

Input fieldDescription
ObjectSelect the type of record to search.
Fields to retrieveSelect specific fields to return in the results. ID and timestamp fields are always included.
LimitSpecify the maximum number of records to return.
OffsetEnter the starting position for record retrieval to enable pagination.
SortDefine the sort order using field names. For example, name, lastUpdatedDate desc. Default is ascending.
Filter criteriaEnter filter expressions using Clarity query syntax. Each expression must be in parentheses. Date format is "YYYY-MM-DD". Examples: (transactionDate >= "2024-01-01") or (status = "ACTIVE").

Additional fields may load based on the object you select.

Output

Output fieldDescription
Total countThe total number of records matching the search criteria.
Page sizeThe maximum number of records per page.
Records returnedThe actual number of records returned in this response.
Next page URLURL to retrieve the next page of results.
Previous page URLURL to retrieve the previous page of results.
Self URLURL of the current result set.
ResultsArray containing the matching records.

Additional fields in the Results array depend on the object type selected and the fields specified in the input.

Last updated: