Skip to main content

Filtering Data

Both TypeScript and Python SDKs provide powerful filtering capabilities for retrieving specific data from the Fathom API.

Basic Filtering

Start with simple single filters:

Filter by Meeting Type

Pass the name of one of your team’s meeting types. Use listMeetingTypes() / list_meeting_types() to discover the valid names — an unknown name returns an empty list.

Include Transcript Data

Combining Multiple Filters

Combine multiple filters for precise queries:

TypeScript Type Safety

The TypeScript SDK provides full type safety for filter parameters:
For complete parameter documentation including types, examples, and detailed descriptions, see the API Reference.