fathom_list_teams
Retrieve all teams in your Fathom workspace to organize recordings and manage access to meeting content.
Instructions
List all teams accessible to the authenticated user in Fathom.
This tool retrieves the list of teams in your Fathom workspace. Teams are used to organize recordings and control access to meeting content.
Args:
cursor (string): Pagination cursor from previous response
response_format ('markdown'|'json'): Output format (default: 'markdown')
Returns: Paginated list of teams with:
name: Team name
created_at: When the team was created
Examples:
List all teams: {}
Get as JSON: { response_format: 'json' }
Next page: { cursor: 'eyJwYWdlX251bSI6Mn0=' }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from previous response | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |