Skip to main content
The teams search API lets you find, filter and analyze teams using flexible Typesense-powered queries. You can search by team name and filter by specific team properties.

Example use cases

  • Get all teams in the organization
  • Find teams by name
  • Search for teams by UID

Teams search response fields

Below are all the fields you may see in a team search result. Teams data is included by default.

Core fields


Filtering options

You can filter teams using the filter_by parameter with Typesense syntax. The following filters are available:

Available filters

  • By team UID: teamUid:=THEMMQRBBHEPPQ
  • By name: name:=engineering

Combined filters

You can combine multiple filters using &&:

Filter examples

  • Find team by name only
  • Find team by UID only