Skip to main content
GET
Get one agent's reputation and should-send verdict

Authorizations

Authorization
string
header
required

Dairo API key, e.g. dairo_test_... or dairo_live_...

Path Parameters

id
string
required

Agent UUID.

Response

Success

An agent's rolling reputation and circuit-breaker state.

agentId
string
required
state
enum<string>
required

Circuit-breaker state. healthy sends freely; throttled sends under a reduced per-agent rate; quarantined is fail-closed (no send) until cleared; review is an operator-pinned hold.

Available options:
healthy,
throttled,
quarantined,
review
verdict
enum<string>
required
Available options:
allow,
throttle,
block,
review
shouldSend
boolean
required

false only when the agent is quarantined. Poll before a batch.

window
object
required
rates
object
required
thresholds
object
required
lastReason
string | null
lastTrippedAt
string | null
lastEvaluatedAt
string | null
overrideLocked
boolean