---
title: "List all agents"
method: GET
path: "/public/v1/agents"
tags: ["Agent Builder"]
---

# List all agents

`GET /public/v1/agents`

Returns a list of agents associated with the account.

## Query parameters

- `status` 'NONE' | 'ACTIVE' | 'INACTIVE' | 'TRAINING' | 'TRAIN_ERROR'

## Response `200`

A list of agents

- object — Standard list response
  - `results` Agent[], required
    - `id` string, required
    - `name` string, required
    - `description` string, nullable, required
    - `status` 'NONE' | 'ACTIVE' | 'INACTIVE' | 'TRAINING' | 'TRAIN_ERROR', required
    - `createdAt` string, required
    - `updatedAt` string, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/revisions/9d33b6aad674/schema)
