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

# Get Templates

> List all available Notion templates with metadata.



## OpenAPI

````yaml /openapi.json get /api/v1/templates
openapi: 3.1.0
info:
  title: AITasker
  version: 0.1.0
servers: []
security: []
paths:
  /api/v1/templates:
    get:
      tags:
        - Templates
      summary: Get Templates
      description: List all available Notion templates with metadata.
      operationId: get_templates_api_v1_templates_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````