Skip to main content
Fetches a single StoredReceipt by its UUID, including the invocation output and both the request and result digests.

Path Parameters

string (UUID)
required
The UUID of the execution receipt to retrieve.

Response

Returns a single StoredReceipt object.
object
required
The core ExecutionReceipt record.
object
Structured output returned by the agent. Omitted when the invocation produced no structured output.
string
Diagnostic text captured from the agent’s stderr stream, if any.

Errors

Example

Example response