Query object records
Returns object records that match the provided query, filters, and sort rules.
POST/api/objects/query Returns object records that match the provided query, filters, and sort rules.
Request payload for Query object records.
objectId*string
Object definition identifier to query.
query?|
Free-text query applied to object records.
titleColumn?|
Field used as the display title in responses.
filters?array<>|
Structured object filters.
onlyFavorites?|
When true, restricts custom object records to favorites for the current workspace user.
includeComputedFields?|
When false, skips server-computed enrichment fields that are not needed for auxiliary reads.
limit?|||||
Maximum number of results to return.
offset?|||||
Number of results to skip before returning data.
orderBy?array<>|
Sort rules for the query.
includeTotal?|
When true, include the total matching record count.
facets?array<>|
Facet fields to compute from the same filtered result set.