Replay completed native Linc messages
Returns completed Pi/Linc message entries derived from durable native Linc events. This is the stable session-message read model for callers that need to persist or recover chat history without depending on a live SSE stream.
GET
Authorizations
API key starting with sk_case_
Path Parameters
Linc session ID
Query Parameters
Replay messages with a source event sequence number greater than this cursor.
Required range:
x >= 0Alias for cursor. Ignored when cursor is also provided.
Required range:
x >= 0Maximum number of source events to scan for completed messages.
Required range:
1 <= x <= 5000Response
Completed native Linc messages
Previous
Send native Pi RPC commandForwards a native Pi/Linc RPC command object to the sandbox-local Linc bridge unchanged. The route returns after Pi accepts or rejects the command; native events are read through the events endpoint.
Next

