Get the meeting details by id

Retrieves complete meeting information by meeting ID, including title, host, participant list, content presented, meeting status, and invitation context. This endpoint returns all essential metadata about a meeting that AI agents require for understanding meeting context, identifying participants, retrieving associated content, and accessing CRM integration data. The response includes invitees, actual participants, content items in presentation order, and meeting status (draft, scheduled, completed, etc.).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The globally unique identifier (UUID v4) of a specific meeting. This ID is assigned when a meeting is created and remains stable throughout its lifecycle. Use this identifier to retrieve meeting metadata, participants, content, recordings, and AI-generated insights. Example value "335daa1b-a995-4b18-b5c5-161f2f291667". Required for all meeting-specific API operations.

Responses

400

Bad Request - Invalid meetingId format or malformed parameters. Ensure meetingId is a valid UUID v4 in the path.

401

Unauthorized - Authentication token is missing, expired, or invalid. Verify Authorization header contains a valid JWT bearer token.

403

Forbidden - You lack the required scopes (seismic.engagement.view) to access this meeting. Contact your administrator for scope changes.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json