curl --request GET \
--url 'https://response.stateset.com/api/v1/analytics/summary' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "analytics.summary",
"period_days": 1,
"total": 102,
"ai_handled": 1,
"human_handled": 1
}
Total, AI-handled and human-handled counts over a window
Org-wide response counts for the window.
GET
/
api
/
v1
/
analytics
/
summary
curl --request GET \
--url 'https://response.stateset.com/api/v1/analytics/summary' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "analytics.summary",
"period_days": 1,
"total": 102,
"ai_handled": 1,
"human_handled": 1
}
Query parameters
integer
Response
object
string
required
integer
required
The
days window the counts cover.integer
required
Responses created in the window.
integer
required
total minus human_handled.integer
required
Responses where a human took over.
Status codes
| Code | Meaning |
|---|---|
200 | Org-wide response counts for the window. |
401 | Missing, invalid, or expired API key. |
403 | The key lacks a required scope. |
429 | Rate limit exceeded. |
Access
| Required scope | analytics:read |
| Rate limit | 120 requests per minute |
curl --request GET \
--url 'https://response.stateset.com/api/v1/analytics/summary' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "analytics.summary",
"period_days": 1,
"total": 102,
"ai_handled": 1,
"human_handled": 1
}
Last modified on August 31, 2026