This endpoint returns a reduced content version of Fetch Property Analytics. It is always uncompressed and excludes raw event data. It can be relied upon as an authoritative source, and if in doubt - you can check against the raw event data.

curl --location --request POST 'https://sux.chatsight.ai/api/properties/analytics/short' \
--header 'Authorization: Bearer <API_KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "tag": <ANALYTICS_TARGET_TAG>
}'

What is <ANALYTICS_TARGET_TAG>?

When you call the route Fetch Available Analytics, you'll receive a set of tags to fetch analytics data. These tags are serialized in the format:

<PROPERTY_ID>::<DATE>

Analytics tags are available for up to 30 days.

Data Availability

You should ensure that you do not rely on the presence of any keys returned in the response. If there are no events of a specific type, the related key will not be present.