---
title: "Listar áreas de negócio"
method: GET
path: "/api/management/business-areas"
tags: ["business-areas"]
---

# Listar áreas de negócio

`GET /api/management/business-areas`

Lista todas as áreas de negócio da empresa, na ordem definida pela reordenação, incluindo as arquivadas — nestas, `deleted_at` vem preenchido. Cada item traz a quantidade de funis de projeto vinculados àquela área. A listagem devolve tudo de uma vez: não há paginação, busca nem filtros.

## Response `200`

Sucesso

- object
  - `response` boolean
  - `business_areas` object[]
    - `id` integer
    - `name` string
    - `order` integer
    - `frame_id` integer
    - `project_funnels_count` integer

## Changes

- **2026-09-22** `b43a04f35145` — 1 warning
  - removed the optional property `business_areas/items/deleted_at` from the response with the `200` status
- **2026-09-18** `626cc36dd5e6` — 1 info
  - 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/business-areas/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)
