Skip to main content
Filter sets are reusable collections of criteria — such as company size, industry, or funding stage — that let you segment accounts and contacts consistently across the API. This endpoint returns every filter set saved to your tenant, so you can discover available segments and retrieve their IDs for use in downstream queries.

Endpoint

Parameters

This endpoint takes no query parameters. Include your API key in the Authorization header.

Example Request

Response

Returns a FilterSetListResponse object containing an array of all filter sets for your tenant. This endpoint is not paginated — all filter sets are returned in a single response.

Response Fields

array
An array of filter set objects representing all saved segments for your tenant.

Error Responses