Meeting Recordings
Import a meeting recording
Import an externally captured meeting recording and attach it to an incident. Video and transcript are fetched asynchronously. The existing POST /v1/incidents//meeting_recordings endpoint invites a bot — this endpoint handles recordings that were captured outside of the bot flow.
POST
Import a meeting recording
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Incident UUID
Body
application/vnd.api+json
Import source (currently only "recall_desktop_sdk")
Available options:
recall_desktop_sdk External recording UUID (required when source is recall_desktop_sdk)
Meeting platform
Available options:
zoom, google_meet, microsoft_teams, webex When the recording started
When the recording ended
Original meeting URL
Response
recording imported
Previous
List all meeting recordingsList meeting recordings across the organization. Returns the current user's standalone recordings plus incident-backed recordings the user can access. Supports filtering by status, platform, and created_by.
Next
Import a meeting recording