Skip to main content
GET
List Meetings

Authorizations

X-Api-Key
string
header
required

Headers

X-Workspace-Id
string
required

ワークスペースID

Query Parameters

from
string<date-time>

取得範囲の開始日時(以上)。ISO 8601 形式で指定してください。 toと組み合わせて期間指定が可能です。 例: from=2026-02-01T00:00:00.000Z & to=2026-03-01T00:00:00.000Z → 2月中に開始されたミーティング

to
string<date-time>

取得範囲の終了日時(未満)。ISO 8601 形式で指定してください。

base_type
enum<string>

ミーティング種別でフィルタ

Available options:
MEETING,
CALL
contact_ids
string

参加者のContact IDでフィルタ(カンマ区切りで複数指定可、OR条件)

team_ids
string

参加者が所属するTeam IDでフィルタ(カンマ区切りで複数指定可、OR条件)

has_crm_integrations
boolean

CRM更新履歴の有無でフィルタします。 true の場合は CRM 更新履歴を持つミーティングのみ、false の場合は CRM 更新履歴を持たないミーティングのみ返します。

limit
integer
default:30

取得件数の上限(1〜50、デフォルト30)

Required range: 1 <= x <= 50
cursor
string

ページネーションカーソル。レスポンスの next_cursor を指定してください。

Response

成功

data
object[]
required
pagination
object
required