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

# Get agents

> StateSet Voice API operation.

StateSet Voice API operation.

### Response

No response body — current receptionist agent configuration: voice, greeting, instructions, realtime model.

### Status codes

| Code  | Meaning                                                                                 |
| ----- | --------------------------------------------------------------------------------------- |
| `200` | Current receptionist agent configuration: voice, greeting, instructions, realtime model |
| `404` | Customer self-serve plane disabled                                                      |
| `409` | No receptionist agent configured for this tenant                                        |

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