Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/log
GET /v1/log?limit=50&cursor=<cursor>&agent_id=<id>&result=valid Authorization: Bearer sk_live_YOUR_KEY
limit
cursor
agent_id
result
valid
invalid
expired
revoked
{ "data": [ { "id": "log_xyz789", "agent_id": "agt_abc123", "result": "valid", "latency_ms": 23, "requested_at": "2026-03-26T18:00:01.234Z" }, { "id": "log_xyz788", "agent_id": "agt_abc123", "result": "revoked", "failure_reason": "Agent revoked", "latency_ms": 18, "requested_at": "2026-03-26T17:59:44.100Z" } ], "pagination": { "cursor": "eyJpZCI6ImxvZ194eXo3ODgiLCJyZXF1ZXN0ZWRfYXQiOiIyMDI2LTAzLTI2VDE3OjU5OjQ0LjEwMFoifQ==", "hasMore": true, "total": 1482 } }