v3

latestOpenAPI 3.0.32026-07-31135300306.1 KB
custom-objects

Search for custom objects by a given filter

Currently, the following fields are filterable for custom objects:

  • name. Allowed operators: equals, in, not_in, string_contains, string_does_not_contain, is_set, is_unset

  • created_at (in RFC3339 format). Allowed operators: time_is_after, time_is_before, time_range

  • updated_at (in RFC3339 format). Allowed operators: time_is_after, time_is_before, time_range

  • custom fields (pass in the slug of the custom field)

Rate limit: 20 requests per minute

post/custom-objects/{type}/search

Path parameters

typestring required

The type slug of the custom object (e.g. "companies").

Request body

cursorstring

The cursor to use for pagination.

limitinteger

The number of results to fetch. Defaults to 25, max 100.

Response

request_idstring