Skip to main content
GET
List the calling agent's review-hold lifecycle

Authorizations

X-Mnemom-Agent-Proof
string
header
required

Agent possession proof: the full SHA-256 hex digest of ${apiKey}|${agentName} (or ${apiKey} for an unnamed singleton agent) — the same hash_proof primitive used by POST /v1/agents claim, link-agent, and verify-binding. The server resolves the agent by agent_hash = proof[:16]. The agent's own identity (ADR-API-001 third auth class) — distinct from ApiKeyAuth (X-Mnemom-Api-Key, which resolves a user/account, not an agent).

Query Parameters

run_id
string
status
enum<string>
Available options:
pending,
allowed,
denied,
expired
since
string<date-time>

ISO timestamp; exclusive lower bound on created_at.

limit
integer

Clamped to [1, 100]; defaults to 50.

Required range: 1 <= x <= 100

Response

The agent's review-hold lifecycle rows, newest first.

reviews
object[]
required