> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ugc.inc/llms.txt
> Use this file to discover all available pages before exploring further.

# List Automation Templates

> Retrieve all automation templates for the authenticated organization

## Endpoint

```bash theme={null}
POST https://api.ugc.inc/automations/list
```

## Request Body

No request body is required.

## Response

<ResponseField name="data" type="AutomationTemplate[]">
  Array of automation templates for the organization.
</ResponseField>

## TypeScript

```typescript theme={null}
const res = await client.automations.listTemplates();
```
