Skip to content

Get war room transcript

GET
/api/v1/warroom/{session_id}/transcript

Return the full conversation transcript for the session.

Authorizations

Parameters

Path Parameters

session_id
required

War room session ID

string

War room session ID

Responses

200

Successful Response

Response envelope for GET /warroom/{session_id}/transcript.

Attributes: data: Transcript data.

object
data
required

Data payload for transcript response.

Attributes: session_id: The session this transcript belongs to. messages: Ordered list of transcript messages. status: Current session status.

object
messages
required
Array<object>

A single message in the war room transcript.

Attributes: speaker: Role or identifier of the sender. text: Message content. timestamp: Unix timestamp when the message was added.

object
speaker
required
string
text
required
string
timestamp
required
number
session_id
required
string
status
required
string

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string