# GET /automations/action-types

**Resource:** [Automations](./automations.md)  
**MCP tool:** `list_action_types`  
**Scopes:** _none_  
**Write operation:** no

Browse every automation action_type with a one-line description. Free read. Use describe_action_type for the full config schema of a specific action.

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/automations/action-types"   -H "Authorization: Bearer YOUR_API_KEY"
```

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