Rensei docs
API ReferenceWorker Protocol

Observe privileged-verification finalization status

Read-only status observation bound to the exact ordered invocation, claim, confirmation digest, consumed attempt number, and current receiver-bound runtime JWT. It never creates finalization/evidence authority, acquires a lease, or resumes a workflow. Pending is HTTP 202; confirmation-final HTTP 200 streams exact retained first/duplicate response bytes selected by permanent child disposition; deadline-final HTTP 200 returns the exact nine-member status.

GET
/api/daemon/plugin-verbs/result/acknowledgement-confirmation/status

Authorization

workerJwt
AuthorizationBearer <token>

Short-lived worker runtime JWT minted by the platform. Claims bind the worker, project, organization, registration, and scopes.

In: header

Query Parameters

invocationId*string
Formatuuid
claimId*string
Formatuuid
confirmationRequestSha256*string
Match^[0-9a-f]{64}$
attemptNumber*string
Value in"1" | "2"

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/daemon/plugin-verbs/result/acknowledgement-confirmation/status?invocationId=497f6eca-6276-4993-bfeb-53cbbbba6f08&claimId=497f6eca-6276-4993-bfeb-53cbbbba6f08&confirmationRequestSha256=string&attemptNumber=1"
Empty
Empty
{
  "error": "Session not found"
}
{
  "error": "Session not found"
}
{
  "error": "Session not found"
}
{
  "error": "Session not found"
}
{
  "error": "Session not found"
}