ghl_object_search_records
Search object records using a query, with pagination and search-after for cursor-based navigation across custom and standard objects.
Instructions
Body (SearchRecordsBody) fully specified in the OpenAPI, unlike the sibling create/update record ops — locationId, page, pageLimit, query, and searchAfter are all present and required. Search Object Records Supported Objects are custom objects and standard objects like "business". Documentation Link - https://doc.clickup.com/8631005/d/h/87cpx-277156/93bf0c2e23177b0/87cpx-379336 Endpoint: POST /objects/{schemaKey}/records/search (Version header: v3; source: v3/objects-v3.json) OAuth scopes: objects/record.readonly
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| schemaKey | Yes | custom object key |