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

# List Templates

List all available templates with their layouts.

<ParamField body="limit" type="integer">
  Maximum templates to return (default: 50)
</ParamField>

<ParamField body="offset" type="integer">
  Pagination offset (default: 0)
</ParamField>

<ResponseField name="templates" type="array">
  Array of template objects
</ResponseField>

<ResponseField name="total" type="integer">
  Total number of templates available
</ResponseField>

<ResponseField name="default_template_id" type="string">
  UUID of the default template (if set)
</ResponseField>
