Search Custom Object

Search Custom Object Records based on the provided filters.

Results are ordered by inserted_at ascending, then id ascending (oldest first).

Supports two pagination methods, supplied in the request body alongside filters:

  • Cursor-based (recommended): pass cursor (with limit) to page forward. The response
    includes a metadata object whose next_cursor is null on the last page. Cursor
    pagination is triggered automatically when a cursor value is provided; cursor and
    offset cannot be combined. The cursor encodes only the sort position (inserted_at,
    id) — resend the same filters on every page.
  • Offset-based (deprecated): pass offset (with limit).
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Custom Object ID

Body Params

searchCustomObjectPublic Request

Request schema for searching a Custom Object.

string

Cursor for keyset pagination. Use the next_cursor value from the previous response.

filters
array of objects
filters
integer

The limit of the search results

integer

Number of results to skip. Deprecated; cannot be combined with cursor.

Responses

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