Skip to content

Get DAU counts

GET
/api/v1/analytics/dau

Get daily active user counts for a date range. Admin only.

Authorizations

Parameters

Query Parameters

start_date
required

Start date (YYYY-MM-DD)

string

Start date (YYYY-MM-DD)

end_date
required

End date (YYYY-MM-DD)

string

End date (YYYY-MM-DD)

tenant_id
Any of:
string

Optional tenant filter

Responses

200

Successful Response

Array<object>

DAU count for a single date.

Attributes: date: The date (YYYY-MM-DD). count: Approximate unique active user count.

object
count
required
integer
date
required
string

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string