Post security scan event
Post security scan event - Rensei REST API operation reference.
Authorization
workerJwt Runtime JWT minted by the platform at worker registration. Three-segment dotted string. Claims include {jti, proj, org, sub (=workerId), reg, scope[]}. Use on all post-registration worker endpoints.
In: header
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/sessions/string/security-scan" \ -H "Content-Type: application/json" \ -d '{ "workerId": "string", "event": {} }'{
"stored": true
}{
"error": "Session not found"
}{
"error": "Session not found"
}{
"error": "Session not found"
}Report tool execution error
Report tool execution error - Rensei REST API operation reference.
Fetch latest recovery packet for crash resumption
Returns the most recently generated recovery packet for this session. Pass `?resume=true` to additionally mark the packet as consumed so the chain does not re-use it. Auth: WorkOS session cookie (`getUser()`). Dashboard/browser only.