---
title: "List templates"
method: GET
path: "/controlplane/template"
tags: ["Log template"]
---

# List templates

`GET /controlplane/template`

List all templates without their content.

## Query parameters

- `organization_id` integer, required
- `account_id` integer
- `name` string
- `capability_category` string
- `capability_provider` string

## Response `200`

The operation was successful.

- TemplateListResponse[]
  - `paging` object, required
    - `offset` integer, required — The starting point for pagination. Defaults to 0 if not provided.
    - `limit` integer, required — The maximum number of results to return per page. The maximum allowed value is 200.
  - `results` TemplateResponse[], required
    - `organization_id` integer — The ID of the organization.
    - `account_id` integer — The ID of the account.
    - `name` string — The name of the template.
    - `capability_category` string
    - `capability_provider` string
    - `content` string
    - `content_encoding` string
    - `template_vars` object

## Other responses

- `4XX` — Client error responses due to invalid input or missing parameters.
- `5XX` — Server error responses indicating an issue on the API side.

---

[API](https://skmtc.dev/nullplatform/apis/nullplatform-api.md) · [All operations](https://skmtc.dev/nullplatform/apis/nullplatform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nullplatform/nullplatform-api/revisions/1c4ea154b159/schema)
