Retrieve a meeting by ID
cURL
curl --request GET \ --url https://api.slant.app/v1/meetings/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "title": "<string>", "book_id": "<string>", "households": [ { "id": "<string>", "name": "<string>" } ], "has_transcript": true, "has_recordings": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "start_time": "2023-11-07T05:31:56Z", "end_time": "2023-11-07T05:31:56Z", "duration_seconds": 123, "meeting_link": "<string>", "meeting_source": "instant", "meeting_type": "other", "quick_summary": "<string>", "ai_summary": "<string>", "notepad": "<string>", "transcript": "<array>", "event_participants": "<array>" }
OAuth 2.0 Bearer Token from Clerk authentication
The meeting ID
successful
Show child attributes
instant
calendar_event
imported
logged
other
client_review
prospect
client_check_in
internal
coi