---
title: "Listar agentes de IA"
method: GET
path: "/api/management/ai/agents"
tags: ["ai-agents", "agents"]
---

# Listar agentes de IA

`GET /api/management/ai/agents`

Lista os agentes de IA da empresa, cada um já acompanhado da contagem e do custo somado de suas execuções e das etapas de funil em que atua como assistente. A lista vem inteira, sem paginação; use `search` para filtrar pelo nome.

## Query parameters

- `search` string

## Response `200`

Sucesso

- object
  - `response` boolean
  - `agents` object[]
    - `id` string
    - `name` string
    - `description` string
    - `default_provider` string
    - `default_model` string
    - `base_prompt` string
    - `status` string
    - `tools` string[]
    - `frame_id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `created_by` string
    - `executions_count` integer
    - `executions_sum_cost` string
    - `step_assistants` object[]
      - `id` string
      - `name` string
      - `funnel_step_id` integer
      - `ai_agent_id` string
      - `funnel_step` object
        - `id` integer
        - `name` string
    - `creator` object
      - `id` string
      - `name` string

## Changes

- **2026-09-22** `b43a04f35145` — 3 warning
  - removed the optional property `agents/items/creator/avatar_url` from the response with the `200` status
  - removed the optional property `agents/items/deleted_at` from the response with the `200` status
  - removed the optional property `agents/items/structured_output` from the response with the `200` status
- **2026-09-18** `0abcbb399fb0` — 2 info
  - added the new optional `query` request parameter `search`
  - added the media type `application/json` for the response with the status `200`

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

---

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