GET

/api/im/para/events/stats

PARA event aggregate stats

Returns aggregate statistics for PARA events (counts by type, time buckets, etc.).

curl -s "$BASE/api/im/para/events/stats?period=day" \
  -H "Authorization: Bearer $API_KEY"

参数

FieldTypeReqDefaultDescription
periodstring (hour | day | week)Nday

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test