FirefliesAI Products
All FirefliesAI Release Notes
- 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
AskFred unveils an AI Meeting Assistant that lets you query transcripts in natural language, analyze single and multi meeting patterns, and receive contextual multilingual responses. New API endpoints enable thread creation, continuation, and management.
AskFred - AI Meeting Assistant
Introducing AskFred, an AI-powered assistant that lets you query your meeting transcripts using natural language. Ask questions about single meetings or analyze patterns across multiple meetings with context-aware, conversational responses.
Key Capabilities:
- Ask questions in plain language and get instant answers
- Maintain conversation threads with contextual follow-ups
- Query across multiple meetings with flexible filters
- Receive AI-generated suggestions for deeper exploration
- Multilingual question and response support
Get Started:
- Overview - Learn about capabilities
- Quickstart - Create your first thread
- Use Cases - Common scenarios and examples
New API Operations:
Original source Report a problemaskfred_threads, askfred_thread, createAskFredThread, continueAskFredThread, deleteAskFredThread - 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
Set Meeting Channels
The new Update Meeting Channel mutation allows meeting owners and team administrators to set the channel for one or more meetings. You can update 1–5 transcripts to a single channel in one API call with all-or-nothing semantics.
This mutation requires either meeting ownership or team admin privileges for all specified transcripts. If any transcript fails validation, none of the transcripts will be updated, ensuring data consistency across your channel organization.
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 Fetching
The new Active Meetings query allows you to fetch meetings currently in progress. This query returns real-time information about active meetings including meeting details, start time, organizer, and meeting link.
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