Skip to main content
GET
List Task Filters
Each row tells you how a field can be addressed:
  • type decides the allowed operators — a date field takes is_before, an enum field takes is_any_of, and so on.
  • queryParam is the bridge between the two tiers: when it is set, a flat query parameter of that name addresses the field on Search Tasks; when it is null, go through advancedFilters.
  • custom: true marks one of your team’s custom fields. They are resolved per team, so this response is the authoritative list for your account.
Use scope to keep only the task, contact or company fields, and search to match a field id or label.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

scope
enum<string>

Restricts the response to one section.

Available options:
task,
contact,
company

Keeps the fields whose id or label contains this text.

Response

Success

Response of GET /v2/tasks/filters.

results
object[]
total
integer