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

# List agents

`GET /v1/agents`

Agents in your organization. An agent key sees only itself.

## Query parameters

- `limit` number
- `offset` number
- `page_size` number
- `starting_after` string
- `customerId` string
- `status` 'ACTIVE' | 'PAUSED' | 'REVOKED'

## Headers

- `X-API-Key` string

## Response `200`

- object
  - `data` AgentResponseDto[]
    - `id` string, required
    - `name` string, required
    - `description` string, nullable, required
    - `customerId` string, required
    - `sourceAccountId` string, required
    - `allowedDestinationAccountIds` string[], nullable, required
    - `limits` AgentLimitsDto, required
      - `currency` string, required — Currency the limits are denominated in (ISO 4217 for fiat, symbol for crypto). Must equal the transfer source currency; limits are not converted.
      - `perTransaction` string, required — Maximum amount of a single transfer, in smallest unit as a string (cents for USD, 6 decimals for USDC).
      - `perDay` string, nullable — Maximum total submitted per UTC calendar day, in smallest unit. Omit or null for no daily cap.
      - `perMonth` string, nullable — Maximum total submitted per UTC calendar month, in smallest unit. Omit or null for no monthly cap.
    - `status` 'ACTIVE' | 'PAUSED' | 'REVOKED', required
    - `metadata` object, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `total` number
  - `limit` number
  - `offset` number

## Other responses

- `401` — Unauthorized - Invalid or missing authentication credentials

## Changes

- **2026-09-23** `da62fa03793e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/infinite/apis/infinite-api/changes/v1/agents/get.md)

---

[API](https://skmtc.dev/infinite/apis/infinite-api.md) · [All operations](https://skmtc.dev/infinite/apis/infinite-api/llms.txt) · [OpenAPI document](https://skmtc.dev/infinite/apis/infinite-api/revisions/da62fa03793e?raw)
