Skip to main content
GET
/
v1
/
meetings
/
{meetingId}
Get Meeting
curl --request GET \
  --url https://public-api.frictio.ai/v1/meetings/{meetingId} \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Workspace-Id: <x-workspace-id>'
{
  "data": {
    "meeting_id": "a1b2c3d4-...",
    "frictio_meeting_url": "https://app.frictio.ai/ws/e1f2a3b4-.../meetings/1234567890",
    "workspace_id": "e1f2a3b4-...",
    "title": "PoC実装レビュー - UI & 認証対応",
    "platform": "Zoom",
    "start_time": "2026-06-05T10:00:00.000Z",
    "end_time": "2026-06-05T10:30:00.000Z",
    "duration": 1800,
    "base_type": "MEETING",
    "recording_source": "REALTIME_BOT_RECORDING",
    "crm_type": "HUBSPOT",
    "transcript_config": {
      "languages": [
        "ja",
        "en"
      ]
    },
    "meeting_owner": {
      "name": "大橋 勇輔",
      "email": "sample@syslea.io",
      "teams": [
        {
          "team_id": "b2c3d4e5-...",
          "name": "営業チーム"
        }
      ]
    },
    "attendees": [
      {
        "attendee_user_name": "大橋 勇輔",
        "attendee_user_email": "sample@syslea.io",
        "is_workspace_member": true,
        "is_internal": true,
        "teams": [
          {
            "team_id": "b2c3d4e5-...",
            "name": "営業チーム"
          }
        ],
        "contact_id": "a1b2c3d4-..."
      }
    ],
    "crm_integrations": [
      {
        "record_id": "12345678901",
        "record_name": "株式会社シスリー",
        "record_url": "https://app.hubspot.com/contacts/12345678901",
        "record_object_type": "deal"
      }
    ],
    "related_objects": [
      {
        "display_name": "大橋 勇輔",
        "object_id": "a1b2c3d4-...",
        "object_type": "contact",
        "fields": {
          "company_ids": [
            "c1d2e3f4-..."
          ],
          "is_internal": false
        },
        "sync_crm_object": {
          "record_id": "12345678901",
          "record_name": "株式会社シスリー",
          "record_url": "https://app.hubspot.com/contacts/12345678901",
          "record_object_type": "deal"
        }
      }
    ],
    "speakers": [
      {
        "speaker_name": "Yusuke Ohashi",
        "speaker_ratio": 0.55
      }
    ],
    "summaries": [
      {
        "chapter_title": "課題と対応策",
        "chapter_items": [
          {
            "item": "UI修正方針とPoCへの反映について議論",
            "time": 10
          }
        ]
      }
    ],
    "action_items": [
      {
        "id": "5d3e2435-07dd-49ed-8e1b-3f469b493c5e",
        "text": "UI修正とSAML資料のアップデートを次回までに完了する",
        "detail": "PoCのユーザー登録フローのUI修正、およびSAML認証に関する資料の更新",
        "due_date": "2026-06-12",
        "time": 120
      }
    ]
  }
}

Authorizations

X-Api-Key
string
header
required

Headers

X-Workspace-Id
string
required

ワークスペースID

Path Parameters

meetingId
string
required

Response

成功

data
object
required

Meeting / MeetingListItem 共通フィールド