List meeting session artifacts
Returns a list of artifacts for a meeting session.
Path parameters
Unique identifier for the meeting session.
Response
Successful response with a list of meeting session artifacts.
Example response
{
"data": [
{
"id": "mtgart_550e8400-e29b-41d4-a716-446655440000",
"session_id": "mtgsess_550e8400-e29b-41d4-a716-446655440001",
"type": "action_items",
"status": "pending",
"content": null,
"model_provenance": null,
"failure_reason": null,
"created_at": "2025-01-15T10:30:00Z",
"updated_at": "2025-01-15T10:30:00Z",
"prompt": null
}
]
}Changes
Changed in 2 of the 99 revisions of this API.42
- ●
added the new
customenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
decisionsenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
open_questionsenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
topicsenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ●
- ○
endpoint added
endpoint-added
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 99 revisions, 1 has no diff computed.