---
title: "Look up the trust level for a (user, agent) pair."
method: GET
path: "/v1/agents/trust"
tags: ["Agents"]
---

# Look up the trust level for a (user, agent) pair.

`GET /v1/agents/trust`

## Query parameters

- `agent_id` string, required — Required. agent_id.
- `user_id` string, required — Required. user_id.

## Response `200`

Agent id + trust level.

- object — (userId, agentId) trust record.
  - `agent_id` string, required
  - `trust_level` number, required

## Other responses

- `400` — Input validation error
- `500` — Internal server error
- `502` — Upstream AI provider returned an unrecoverable failure (auth, non-retryable 4xx).
- `503` — Upstream AI provider is rate-limited, quota-exhausted, or returned 5xx; consult `retryable`.

---

[API](https://skmtc.net/atomicstrata/apis/atomicmemory-http-api.md) · [All operations](https://skmtc.net/atomicstrata/apis/atomicmemory-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atomicstrata/atomicmemory-http-api/versions/d501daa39bb2/schema)
