> ## 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 Calls

> StateSet Voice API operation.

StateSet Voice API operation.

### Query parameters

<ParamField query="limit" type="integer (int64)">
  Max number of calls to return (1-100, default 50)
</ParamField>

### Response

No response body — page of the tenant's call history, most recent first.

### Status codes

| Code  | Meaning                                              |
| ----- | ---------------------------------------------------- |
| `200` | Page of the tenant's call history, most recent first |
| `404` | Customer self-serve plane disabled                   |

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