# Retrieve population statistics of funnel stage

Retrieve the population history of the audience. The history is returned per day and those days are calculated in the timezone of the audience.

Endpoint: GET /entities/funnels/{funnelId}/stages/{id}/statistics
Version: 1.0.0

## Path parameters:

  - `id` (integer, required)
    Funnel Stage ID to get statistics
    Example: 1234

  - `funnelId` (integer, required)
    Funnel ID to get statistics
    Example: 1234

## Query parameters:

  - `from` (string)
    from date
    Example: "2019-01-01"

  - `to` (string)
    to date (inclusive)
    Example: "2019-04-30"


