# List Envelope Templates

**GET** `/envelope-templates/`

Retrieve a paginated list of Envelope Templates available to your account.

Envelope Templates are reusable document workflows that contain predefined documents,
field layouts, signer roles, and configuration settings. They allow you to quickly
generate new bundles with consistent formatting and behavior.

**Filtering:**
- Only enabled templates are returned by default
- Templates are ordered by creation date (newest first)

**Use Cases:**
- Browse available templates for bundle creation
- Integrate template selection into your application
- Audit available document workflows

### Responses

- `200`: Successfully retrieved envelope templates
  - Content types: `application/json`
- `401`: Authentication credentials were not provided or are invalid
  - Content types: `application/json`
- `403`: You do not have permission to access envelope templates
  - Content types: `application/json`
- `429`: Rate limit exceeded
  - Content types: `application/json`
