/meetings/summaries/search

Search and retrieve meeting summaries with optional filters. Returns summaries for meetings where the authenticated user is the owner, or if workspace-wide access is enabled via admin settings, workspace admins can access summaries from all workspace members' meetings.

Required Feature: mixmaxApi (API access must be enabled for your workspace)

Workspace Access: If "Allow workspace-wide transcript access via API" is enabled in Admin Settings > Meeting Copilot, workspace admins can access summaries from all workspace members' meetings.

Query Params
boolean

Filter for external meetings (meetings with attendees outside your organization). Set to true for external meetings only, false for internal meetings only.

date-time

Start date for the search range. Only meetings on or after this date will be returned. ISO 8601 format.

date-time

End date for the search range. Only meetings on or before this date will be returned. ISO 8601 format.

string

Filter by attendee email address. Returns meetings where this email was an attendee.

string

Search by meeting title. Performs a case-insensitive partial match.

integer
≥ 0
Defaults to 0

Number of results to skip for pagination.

integer
1 to 100
Defaults to 20

Maximum number of results to return.

string
enum

Filter by meeting ownership. Accepted values:

  • me - Returns only meetings owned by the authenticated user.
  • shared - Returns only meetings that have been shared with the authenticated user.
  • workspace - Returns all meetings from the workspace. Requires the authenticated user to be a workspace admin with "Allow workspace-wide transcript access via API" enabled in Admin Settings Meeting Copilot.

If omitted, returns both owned and shared meetings (equivalent to combining me and shared).

Allowed:
Response

Language
Credentials
Header
Request
Response
Choose an example:
application/json
Psst... like working with APIs? Come join us!