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