# <a id="bitdrift.public.unary.dashboards.v1.FunnelChartResponse"></a>FunnelChartResponse

**Source definition:** [`src/bitdrift/public/unary/dashboards/v1/api.proto#L268-L274`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/dashboards/v1/api.proto#L268-L274>)

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| steps | <span class="proto-type proto-type-message">array of [<i class="proto-type-part">bitdrift</i><i class="proto-type-dot">.</i><i class="proto-type-part">public</i><i class="proto-type-dot">.</i><i class="proto-type-part">unary</i><i class="proto-type-dot">.</i><i class="proto-type-part">charts</i><i class="proto-type-dot">.</i><i class="proto-type-part">v1</i><i class="proto-type-dot">.</i><i class="proto-type-part">FunnelStep</i>](bitdrift_public_unary_charts_v1_FunnelStep.md "bitdrift.public.unary.charts.v1.FunnelStep")</span> | The funnel's steps.  The order of steps in the list corresponds to the order of metric IDs in  the stream funnels request. If there is no data available for any of the  metrics associated with a given funnel, the `steps` list is empty. |

</section>
<p class="h4">Example</p>
```json
{
  "steps": [
    {
      "id": "fkQ1PfAZhdYvJexzY6DYuoYCZTEaWO0Y7spxwjr7akc",
      "value": 42
    }
  ]
}
```

