Skip to main content

Overview

The live_action_items query allows you to fetch action items for a live meeting. This includes both action items automatically created by Fireflies during the meeting and action items created via the createLiveActionItem mutation.

Arguments

meeting_id
ID!
required
The ID of the meeting to fetch live action items for

Response

Returns an array of LiveActionItem objects with the following fields:
name
String
Name of the person who the action item is associated with
action_item
String!
The action item text

Usage Example

To fetch live action items for a meeting:

Error Codes

List of possible error codes that may be returned by the live_action_items query. Full list of error codes can be found here.

The meeting with the specified ID was not found or you do not have access to it.

You do not have permission to view action items for this meeting. Only the meeting organizer or team admin can view live action items.

Additional Resources

Create Live Action Item

Create action items during a live meeting

Update Meeting State

Pause or resume recording for a live meeting