# List populations

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

## Path parameters:

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

## Response 200 fields (application/json):

  - `count` (integer)
    Total number of items in this result.

  - `status` (integer)
    HTTP status code.

  - `data` (array)

  - `data.companyId` (string)
    The unique company identifier.

  - `data.isDraft` (boolean)
    `True` if this is the draft population of the supercase.

  - `data.object` (string)
    Enum: "population"

  - `data.supercaseId` (string)
    Identifier of the supercase that the population belongs to.

