curl --request GET \
--url 'https://api.workstream.stateset.com/v1/fleet/scorecard' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY"
{
"window_hours": 1,
"brands": [
{
"brand_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"slug": "acme-outdoors",
"display_name": "Ada Lovelace",
"status": "pending",
"total": 102,
"confirmed": 1,
"rejected": 1,
"pending": 1,
"escalations": 1,
"automated": 1,
"approval_rate": 7.5,
"escalation_rate": 7.5,
"automation_rate": 7.5
}
]
}
Get fleet quality scorecard
Quality board across every visible brand.
GET
/
v1
/
fleet
/
scorecard
curl --request GET \
--url 'https://api.workstream.stateset.com/v1/fleet/scorecard' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY"
{
"window_hours": 1,
"brands": [
{
"brand_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"slug": "acme-outdoors",
"display_name": "Ada Lovelace",
"status": "pending",
"total": 102,
"confirmed": 1,
"rejected": 1,
"pending": 1,
"escalations": 1,
"automated": 1,
"approval_rate": 7.5,
"escalation_rate": 7.5,
"automation_rate": 7.5
}
]
}
Response
object
integer
required
object[]
required
Status codes
| Code | Meaning |
|---|---|
200 | Quality board across every visible brand. |
400 | Validation error |
401 | Unauthorized |
404 | Not found |
429 | Rate limited |
500 | Internal error |
curl --request GET \
--url 'https://api.workstream.stateset.com/v1/fleet/scorecard' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY"
{
"window_hours": 1,
"brands": [
{
"brand_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"slug": "acme-outdoors",
"display_name": "Ada Lovelace",
"status": "pending",
"total": 102,
"confirmed": 1,
"rejected": 1,
"pending": 1,
"escalations": 1,
"automated": 1,
"approval_rate": 7.5,
"escalation_rate": 7.5,
"automation_rate": 7.5
}
]
}
Last modified on August 31, 2026