Read metadata for one AI context document on a meeting. Use this when the user asks about a specific context doc; for raw files use v1GetMeetingAttachment, and to read the actual text use manageMeetingContent download. Fetches metadata for the AI context document identified by meeting `{id}` and `{context_id}`. For raw file attachments use v1GetMeetingAttachment. To retrieve the actual bytes use v1DownloadMeetingContextContent. Unknown or inaccessible ids return 404.
getMeetingContextRead metadata for one AI context document on a meeting. Use this when the user asks about a specific context doc; for raw files use v1GetMeetingAttachment, and to read the actual text use manageMeetingContent download.
Fetches metadata for the AI context document identified by meeting {id} and {context_id}. For raw file attachments use v1GetMeetingAttachment. To retrieve the actual bytes use v1DownloadMeetingContextContent. Unknown or inaccessible ids return 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Meeting ID | |
| context_id | Yes | Context ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| title | No | ||
| model_id | No | ||
| source_id | No | SourceID identifies the uploading source; omitted for first-party user uploads. | |
| created_at | No | ||
| meeting_id | No | ||
| updated_at | No | ||
| file_status | No | ||
| source_name | No | SourceName is the display name of the uploading source, when resolvable. | |
| context_type | No | ||
| workspace_id | No | ||
| platform_name | No | ||
| source_format | No | ||
| created_by_user_id | No |