v1
latestOpenAPI 3.0.12026-07-245752052.0 MBaudiences
Per-day entrance / exit counts for an audience inside the resolved [from, to] window
get/api/servicepool/audiences/{identifier}/talentAudienceHistory
Path parameters
identifierstring uuid required
audience unique identifier
Query parameters
fromstring date-time
ISO datetime — start of the window. Defaults to the earliest event date for the audience when omitted.
tostring date-time
ISO datetime — end of the window. Defaults to the server now when omitted.
timezonestring
IANA timezone (e.g. America/Los_Angeles) used to bucket events into local calendar days. Defaults to UTC when omitted; an unknown zone also falls back to UTC.
Response
Per-day entrance / exit counts for the resolved window
Example response
{
"data": {
"points": [
{
"date": "2026-05-12",
"entered": 5,
"exited": 2
}
],
"headcountAtFrom": 42,
"uniqueEntered": 1031,
"uniqueExited": 12
}
}