- January 2026
- No date parsed from source.
- Detected by Releasebot:Jan 18, 2026
2.20.0
Added workspace_users field to Transcript schema
Returns an array of email addresses of Fireflies users who participated in the meeting and are also members of the requesting user’s team/workspace.
Original source Report a problem - January 2026
- No date parsed from source.
- Detected by Releasebot:Jan 18, 2026
2.19.0
Release notes
Added channels query to fetch all channels accessible to the user. Returns public channels and private channels where the user is a member. See Channels.
Added channel query to fetch a single channel by ID. See Channel.
Added new Channel schema with id, title, is_private, created_at, updated_at, created_by, and members fields.
Added new ChannelMember schema with user_id, email, and name fields for channel member details.
- January 2026
- No date parsed from source.
- Detected by Releasebot:Jan 18, 2026
2.18.0
- Added state field to ActiveMeeting schema to indicate whether a meeting is active or paused.
- Added states filter to Active Meetings query to filter meetings by state. Returns both active and paused meetings by default when no filter is provided.
- Added new MeetingState enum with values active and paused.
- January 2026
- No date parsed from source.
- Detected by Releasebot:Jan 18, 2026
2.17.0
Release notes
Added download_auth field to Upload Audio mutation to support authenticated downloads. Allows uploading media files that require bearer token or HTTP basic authentication. See DownloadAuthInput for details.
Added new schema types for authenticated downloads: BearerTokenAuthInput, BasicAuthInput, and DownloadAuthType enum.
Original source Report a problem - January 2026
- No date parsed from source.
- Detected by Releasebot:Jan 18, 2026
2.16.0
Introducing AskFred, an AI meeting assistant that lets you query transcripts and manage threads with context aware responses. New APIs and schemas support threads, messages, and thread creation, continuation, and deletion.
AskFred Overview
Introduced AskFred, an AI-powered meeting assistant that enables natural language querying of meeting transcripts. Create conversation threads, ask follow-up questions, and analyze single or multiple meetings with intelligent, context-aware responses. See AskFred Overview.
AskFred Threads
Added askfred_threads query to list all conversation threads with summary information. See AskFred Threads.
AskFred Thread
Added askfred_thread query to retrieve a specific thread with full message history. See AskFred Thread.
Create AskFred Thread
Added createAskFredThread mutation to start new conversations with questions about meetings. See Create AskFred Thread.
Continue AskFred Thread
Added continueAskFredThread mutation to add follow-up questions to existing threads. See Continue AskFred Thread.
Delete AskFred Thread
Added deleteAskFredThread mutation to remove conversation threads. See Delete AskFred Thread.
AskFred Schemas
Added new schemas: AskFredThread, AskFredMessage, AskFredThreadSummary, and AskFredResponse.
Original source Report a problem - January 2026
- No date parsed from source.
- Detected by Releasebot:Jan 18, 2026
2.15.0
Added updateMeetingChannel mutation to set the channel for one or more meetings. Supports batch updates of 1–5 transcripts to a single channel and requires meeting owner or team admin privileges. See Update Meeting Channel.
Original source Report a problem - January 2026
- No date parsed from source.
- Detected by Releasebot:Jan 18, 2026
2.14.0
Active Meetings
Added active_meetings query to retrieve meetings currently in progress. Allows fetching active meetings for users in your team with role-based access control. See Active Meetings.
Original source Report a problem - January 2026
- No date parsed from source.
- Detected by Releasebot:Jan 18, 2026
2.13.0
Added rate limiting to the deleteTranscript mutation. It is limited to 10 requests per minute across all user tiers. When exceeded, the API returns HTTP 429 too_many_requests. See Delete Transcript.
Original source Report a problem - January 2026
- No date parsed from source.
- Detected by Releasebot:Jan 18, 2026
2.12.0
Added
Added updateMeetingPrivacy mutation to update meeting privacy settings. Allows meeting owners and team admins to change privacy levels between link, owner, participants, teammatesandparticipants, and teammates. See Update Meeting Privacy.
Original source Report a problem - January 2026
- No date parsed from source.
- Detected by Releasebot:Jan 18, 2026
2.11.0
Added channels field to Transcript schema. Returns an array of Channel objects containing channel IDs associated with the meeting.
Original source Report a problem