# Get the number of cases associated with the supercase

Endpoint: GET /supercases/{supercaseId}/case-count
Version: 2025-03-26
Security: oauth2, bearerAuth, apiKeyHeader

## Path parameters:

  - `supercaseId` (string, required)
    The ID of the supercase

## Response 200 fields (application/json):

  - `message` (string)
    Description of the server action or error.

  - `status` (integer)
    HTTP status code.

  - `data` (object)

  - `data.caseCount` (integer)
    The number of cases associated with the supercase

