Retrieve Stream For Run
Agent ID for agent-direct mode with ‘default’ conversation. Use with conversation_id=‘default’ in the URL path.
Number of entries to read per batch.
Whether to include periodic keepalive ping messages in the stream to prevent connection timeouts.
Offline threading ID to look up the run_id. Bypasses active run lookup if run_id not provided.
Seconds to wait between polls when no new data.
Run ID to stream directly, bypassing run lookup. Use for recovery from duplicate requests.
Sequence id to use as a cursor for pagination. Response will start streaming after this chunk sequence id
curl https://api.letta.com/v1/runs/$RUN_ID/stream \ -X POST \ -H "Authorization: Bearer $LETTA_API_KEY"
{}