curl --request GET \
--url 'https://api.computer.stateset.app/api/v1/outcomes/stats' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
{
"window_start": "2026-08-31T14:22:05Z",
"window_end": "2026-08-31T14:22:05Z",
"by_sku": [
{
"type": "resolved_contact",
"total": 102,
"completed": 1,
"disputed": 1,
"confirmed_errors": 1,
"dispute_rate": 7.5,
"total_billable_usd": "string"
}
],
"overall_dispute_rate": 7.5
}
Get tenant outcome statistics
Per-SKU rollups for the authenticated tenant over a time window. Powers the Appendix D.5 5% Dispute-Rate alarm and the Appendix D.6 quarterly review…
GET
/
api
/
v1
/
outcomes
/
stats
curl --request GET \
--url 'https://api.computer.stateset.app/api/v1/outcomes/stats' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
{
"window_start": "2026-08-31T14:22:05Z",
"window_end": "2026-08-31T14:22:05Z",
"by_sku": [
{
"type": "resolved_contact",
"total": 102,
"completed": 1,
"disputed": 1,
"confirmed_errors": 1,
"dispute_rate": 7.5,
"total_billable_usd": "string"
}
],
"overall_dispute_rate": 7.5
}
Per-SKU rollups for the authenticated tenant over a time window.
Powers the Appendix D.5 5% Dispute-Rate alarm and the Appendix D.6
quarterly review. Window defaults: last 30 days ending now.
Query parameters
string (date-time),null
string (date-time),null
Response
OutcomeStatsResponse
string (date-time)
required
string (date-time)
required
OutcomeStatsBySKU[]
required
number
required
Status codes
| Code | Meaning |
|---|---|
200 | Successful Response |
422 | Validation Error |
curl --request GET \
--url 'https://api.computer.stateset.app/api/v1/outcomes/stats' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
{
"window_start": "2026-08-31T14:22:05Z",
"window_end": "2026-08-31T14:22:05Z",
"by_sku": [
{
"type": "resolved_contact",
"total": 102,
"completed": 1,
"disputed": 1,
"confirmed_errors": 1,
"dispute_rate": 7.5,
"total_billable_usd": "string"
}
],
"overall_dispute_rate": 7.5
}
Last modified on August 31, 2026