Skip to main content
GET
Agent trust window

Headers

API-Version
string

Pin request, response, and webhook shapes to a specific dated API version (YYYY-MM-DD). Omit to use the version pinned to your API key (set when the key is created; new keys default to the latest version). New integrations should target the latest version.

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2026-09-01"

Query Parameters

orgDid
string
required

DID of the organization whose data is consulted. Your own organization DID needs no grant; any other requires an active sharing grant from that organization to yours.

Example:

"did:web:org-a.example"

did
string
required

DID of the agent to measure.

Example:

"did:key:z6MkhaXgBZDvotDkL5257faiztiGiC2QtKLGpbnnEGta2doK"

from
string
required

Window start, inclusive (ISO 8601).

Example:

"2026-07-01T00:00:00Z"

to
string
required

Window end, exclusive (ISO 8601). Must be after from; at most 366 days later.

Example:

"2026-08-01T00:00:00Z"

Response

The full window body: the question echoed back, then usage and incidents.

orgDid
string
required

Organization whose data was consulted.

Example:

"did:web:org-a.example"

did
string
required

Agent that was measured.

from
string
required

Window start, inclusive.

Example:

"2026-07-01T00:00:00.000Z"

to
string
required

Window end, exclusive.

Example:

"2026-08-01T00:00:00.000Z"

computedAt
string
required

When this report was computed.

usage
object
required

What the agent did.

incidents
object
required

What went wrong.