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

# Get All Agents

`GET /v1/agents/`

## Response `200`

Successful Response

- AgentsResponse
  - `Agents` AgentPreview[], required
    - `AgentID` string, uuid, required
    - `Name` string, required
    - `IsPublished` boolean, required

---

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