---
title: "List agents"
method: GET
path: "/agents"
tags: ["Agents"]
---

# List agents

`GET /agents`

## Response `200`

Agents with policy, account access, and activity summaries

- object
  - `agents` object[], required
    - `id` string, required
    - `policyName` string, nullable, required
    - `status` string, required
    - `accountAccess` object[], required
      - `id` string, required
    - `linkedAt` string, nullable, required
    - `lastActiveAt` string, nullable, required
    - `activeLinkCount` number, required
    - `policyOverride` object, nullable, required
      - `policyId` string, required
      - `policyName` string, nullable, required
      - `expiresAt` string, date-time, required
      - `summary` string, nullable, required

---

[API](https://skmtc.dev/catena/apis/catena-api.md) · [All operations](https://skmtc.dev/catena/apis/catena-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/catena/catena-api/revisions/f0a9c99d458d/schema)
