Stream events (and the final result) for a claimed chat turn.
POST/v1/workers/chat/turns/:turn_id/events
Stream events (and the final result) for a claimed chat turn.
Request
Responses
- 200
- 400
- 401
- 404
- 409
Batch accepted. Events are deduped by (turn_id, seq); the final payload is applied once.
Malformed request — missing or invalid fields.
Missing or invalid bearer token.
Resource not found or not visible to the caller.
Conflict with current resource state.