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

# List Agents

`GET /unstable/agents`

List all agents for the authenticated user.

**API scope required**: `agents.read`

## Headers

- `X-API-KEY` string, required

## Response `200`

Returns the list of agents

- object[]
  - `agentId` string, required
  - `metadata` object, required
    - `name` string, required
    - `imageUrl` string, uri
    - `description` string

---

[API](https://skmtc.net/crossmint/apis/onramp.md) · [All operations](https://skmtc.net/crossmint/apis/onramp/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crossmint/onramp/revisions/e2143d192130/schema)
