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

# List Agents

`GET /agents`

## Query parameters

- `limit` integer
- `offset` integer
- `sort_by` 'created_at' | 'updated_at'
- `direction` 'asc' | 'desc'
- `metadata_filter` MetadataFilter

## Response `200`

Successful Response

- ListResponseAgent
  - `items` Agent[], required
    - `id` string, uuid, required
    - `metadata` object, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `name` string, required
    - `project` string, nullable
    - `canonical_name` string, nullable
    - `about` string
    - `model` string
    - `instructions` union
      - string
      - string[]
    - `default_settings` object, nullable
    - `default_system_template` string

## Other responses

- `422` — Validation Error

## Changes

- **2025-05-12** `3b58badc86fa` — 1 info
  - added the optional property `items/items/project` to the response with the `200` status
- **2025-02-18** `854c2437e2f6` — 1 info
  - added the optional property `items/items/default_system_template` to the response with the `200` status
- **2025-02-05** `f98a166b9709` — 2 info
  - added `subschema #1` to the `items/items/default_settings` response property `anyOf` list for the response status `200`
  - removed `#/components/schemas/DefaultChatSettings` from the `items/items/default_settings` response property `anyOf` list for the response status `200`

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

---

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