Skip to main content
GET
/
api
/
v1
/
cases
/
stats
Case statistics
curl --request GET \
  --url https://sandbox.clausum.ai/api/v1/cases/stats \
  --header 'Authorization: Bearer <token>'
{
  "total": 123,
  "by_status": {},
  "by_priority": {},
  "total_amount": 123
}

Authorizations

Authorization
string
header
required

Supabase session JWT for dashboard / management endpoints, obtained after user sign-in.

Response

200 - application/json

Aggregated statistics

total
integer
by_status
object
by_priority
object
total_amount
number