List Meetings
API Reference
List Meetings
実施済みのミーティングを一覧で取得します。 デフォルトでは開始時間の降順(新しい順)で返却されます。 全体公開のミーティングが対象です。
GET
List Meetings
Documentation Index
Fetch the complete documentation index at: https://docs.frictio.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Headers
ワークスペースID
Query Parameters
取得範囲の開始日時(以上)。ISO 8601 形式で指定してください。 toと組み合わせて期間指定が可能です。 例: from=2026-02-01T00:00:00.000Z & to=2026-03-01T00:00:00.000Z → 2月中に開始されたミーティング
取得範囲の終了日時(未満)。ISO 8601 形式で指定してください。
ミーティング種別でフィルタ
Available options:
MEETING, CALL 参加者のContact IDでフィルタ(カンマ区切りで複数指定可、OR条件)
取得件数の上限(1〜50、デフォルト30)
Required range:
1 <= x <= 50ページネーションカーソル。レスポンスの next_cursor を指定してください。