# GET /voice-agents/:agent_id/toolkit-access

**Resource:** [Agents](./voice-agents.md)  
**MCP tool:** `get_voice_agent_toolkit_access`  
**Scopes:** `voice-agents:read`  
**Write operation:** no

Check whether a voice agent has toolkit access enabled (a non-expiring agent_toolkit:use key) and whether its in-call booking tools are on the native session-bound endpoints.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `agent_id` | path | string | yes |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/voice-agents/:agent_id/toolkit-access"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`