> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Voice Session Evals

> Tenant-scoped endpoint for persisted voice session records, stream lookup, and evaluation history.

Tenant-scoped endpoint for persisted voice session records, stream lookup, and evaluation history.

### Query parameters

<ParamField query="min_score" type="number (double)" />

<ParamField query="max_score" type="number (double)" />

<ParamField query="tag" type="string" />

<ParamField query="limit" type="integer (int64)" />

<ParamField query="offset" type="integer (int64)" />

### Response

No response body — list persisted voice session evaluations.

### Status codes

| Code  | Meaning                                  |
| ----- | ---------------------------------------- |
| `200` | List persisted voice session evaluations |
| `401` | Unauthorized                             |
| `500` | Internal server error                    |
| `503` | Database not configured                  |

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://api.voice.stateset.com/api/v1/voice-session-evals' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
