GET
/
v1
/
typebots
/
{typebotId}
/
analytics
/
stats
curl --request GET \
  --url https://app.typebot.io/api/v1/typebots/{typebotId}/analytics/stats \
  --header 'Authorization: Bearer <token>'
{
  "stats": {
    "totalViews": 123,
    "totalStarts": 123,
    "totalCompleted": 123
  }
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

typebotId
string
required

Query Parameters

timeFilter
enum<string>
default: last7Days
Available options:
today,
last7Days,
last30Days,
monthToDate,
lastMonth,
yearToDate,
allTime
timeZone
string

Response

200 - application/json
stats
object
required