Retrieve Conversation Stream
/v1/conversations/{conversation_id}/stream
Resume the stream for the most recent active run in a conversation.
This endpoint allows you to reconnect to an active background stream for a conversation, enabling recovery from network interruptions.
Path Parameters
Body Parameters
Retrieve Conversation Stream
curl https://api.letta.com/v1/conversations/$CONVERSATION_ID/stream \
-X POST \
-H "Authorization: Bearer $LETTA_API_KEY"
{}
Returns Examples
{}