Error
Read Shared Delta Stream
Stream feedback deltas for multiple feedback keys.
Returns results in chunks as they become available. Each chunk contains
results for one or more feedback keys. Errors for individual chunks are
included in the response rather than failing the entire operation.
Response format (SSE):
event: data
data: {"feedback_deltas": {"key1": {session_id: {...}}, ...}, "errors": null}
event: data
data: {"feedback_deltas": {"key2": {...}}, "errors": null}
event: end
POST
Error
Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-change-1779831223-d853e2d.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Body
application/json
Response
Successful Response

