Skip to main content
GET
Look up the durable execution receipt for a chat turn

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

clientTurnId
string
required
Pattern: ^[A-Za-z0-9._:-]{1,64}$

Query Parameters

scope
string
default:current

Current scope by default; explicit Twin scope requires active membership.

Pattern: ^(current|personal|twin:[a-f0-9]{24})$

Response

The execution receipt (unchanged shape), or the untracked answer when no record exists.

Durable execution receipt.

executionId
string
required
Pattern: ^[a-f0-9]{32}$
turnId
string
required
scopeKey
string
required
Pattern: ^(personal|twin:[a-f0-9]{24})$
revision
integer
required
Required range: x >= 0
state
enum<string>
required
Available options:
accepted,
running,
stopping,
terminal
observation
enum<string>
Available options:
reachable,
owner_unreachable
terminal
object | null