Skip to content
  • Auto
  • Light
  • Dark
DiscordForumGitHubSign up
View as Markdown
Copy Markdown

Open in Claude
Open in ChatGPT

Messages

List Run Messages
client.runs.messages.list(stringrunID, MessageListParams { after, before, limit, 2 more } query?, RequestOptionsoptions?): ArrayPage<LettaMessageUnion>
get/v1/runs/{run_id}/messages
Retrieve Stream
client.runs.messages.stream(stringrunID, MessageStreamParams { batch_size, include_pings, poll_interval, starting_after } body?, RequestOptionsoptions?): MessageStreamResponse | Stream<LettaStreamingResponse>
post/v1/runs/{run_id}/stream