---
title: "Ver detalhes da etapa de funil"
method: GET
path: "/stages/{stage_id}"
---

# Ver detalhes da etapa de funil

`GET /stages/{stage_id}`

## Path parameters

- `stage_id` integer, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object[]
    - `id` integer
    - `account_id` integer
    - `pipeline_id` integer
    - `origin_id` unknown
    - `name` string
    - `description` string
    - `order` integer
    - `color` string
    - `completion_percentage` integer
    - `block_emails` integer
    - `days_limit` integer
    - `update_limit` integer
    - `hash` string
    - `allow_win_deal` boolean
    - `allow_create_deal` boolean

## Other responses

- `404` — 404
- `422` — 422

---

[API](https://skmtc.dev/pipe/apis/application-json.md) · [All operations](https://skmtc.dev/pipe/apis/application-json/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pipe/application-json/revisions/0a130198f0a3/schema)
