v3

latestOpenAPI 3.0.32026-07-31135300306.1 KB
projects

Search for projects by a given filter

Currently, the following fields are filterable for projects:

  • account_id. Allowed operators: equals, in, not_in, is_set

  • status. Valid values are ["not_started", "in_progress", "completed"]. Allowed operators: equals, in, not_in

  • owner_id. Allowed operators: equals, in, not_in, is_set, is_unset

  • is_archived. Allowed operators: equals

  • 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/projects/search

Request body

cursorstring

The cursor to use for pagination.

limitinteger

The number of projects to fetch. Defaults to 100. Must be greater than 0 and less than 1000.

Response

request_idstring