chat
chat

Get Message Call Session

Find the call session associated with a message, especially for older messages without embedded metadata.

The participant check below used to run against requesting_user_id, a plain query parameter, so anyone could name a participant of someone else's conversation and read that call's session id, duration and transcript pointer (2026-09-18 route-auth review). The parameter is now ignored; the caller is the token. CallSummaryBubble.jsx still sends it.

get/chat/messages/{message_id}/call-session

Path parameters

message_idstring required

Query parameters

requesting_user_idstring nullable

Ignored; kept so older clients keep working

Ignored; kept so older clients keep working

Headers

authorizationstring nullable

Response

Successful Response

{"stackTrail":"paths:/chat/messages/{message_id}/call-session:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

Changed in 1 of the 25 revisions of this API.4

    • ○

      added the new optional header request parameter authorization

      new-optional-request-parameter

    • ○

      the query request parameter requesting_user_id became optional

      request-parameter-became-optional

    • ○

      query request parameter requesting_user_id list-of-types was widened by adding types null

      request-parameter-list-of-types-widened

    • ○

      for the query request parameter requesting_user_id, the type was generalized from string to no type

      request-parameter-type-generalized

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 25 revisions, 1 has no diff computed.