# GET /automations/folders

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

List automation folders. Pass kind (general | workflow | queue | schedule) to scope to one primitive.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `kind` | query | string | no | Optional. Filter to one primitive: general, workflow, queue, or schedule. |

## Request example

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

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