Skip to main content
GET
/
api
/
v1
/
analytics
/
funnels
List funnels
curl --request GET \
  --url https://api.engagefabric.com/api/v1/analytics/funnels
{
  "funnels": [
    {
      "id": "<string>",
      "name": "<string>",
      "stepsCount": 123,
      "isActive": true,
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "description": "<string>",
      "lastConversionRate": 123
    }
  ],
  "total": 123
}

Query Parameters

projectId
string
required

Project ID to list funnels for

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

200 - application/json

Funnels list

funnels
object[]
required
total
number
required

Total number of funnels