Meeting Session Artifacts

Retrieve a meeting session artifact

Retrieves a single meeting session artifact by ID.

get/meeting_sessions/{id}/artifacts/{artifact_id}

Path parameters

idstring required
Example:mtgsess_a1b2c3d4-e5f6-7890-abcd-ef1234567890

Unique identifier for the meeting session.

artifact_idstring required
Example:mtgart_b2c3d4e5-f6a7-8901-bcde-f23456789012

Unique identifier for a meeting session artifact.

Response

Successful response with the meeting session artifact.

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

  • cdb64ddf086f41See the full diff
    • ●

      added the new custom enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new decisions enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new open_questions enum value to the / response property for the response status

      response-property-enum-value-added

    • ●

      added the new topics enum value to the / response property for the response status

      response-property-enum-value-added

    • ○

      added the required property / to the response with the status

      response-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.