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

# Get All Channel Templates

> Get Channel Templates of a template version with filtering and pagination

## Header

<ParamField header="Authorization" type="string" required>
  Bearer token for API authentication. Format: `Bearer {{apiToken}}`
</ParamField>

## Query Parameters

<ParamField query="versionId" type="uuid" required>
  The ID of the template version.
</ParamField>

## Body Parameters

<ParamField body="channel" type="string">
  Filter channel templates by channel.
</ParamField>

<ParamField body="search" type="string">
  Search channel templates by field.
</ParamField>

<ParamField body="sort" type="string">
  Sort channel templates by field.
</ParamField>

<ParamField body="page" type="integer">
  Page number for pagination. Default: 0.
</ParamField>

<ParamField body="size" type="integer">
  Number of items per page. Default: 10.
</ParamField>
