---
title: "/review-cycles/templates"
method: GET
path: "/review-cycles/templates"
---

# /review-cycles/templates

`GET /review-cycles/templates`

Returns the account's performance review master templates. Required scope: `r_reviews`. Requires a user token with permission to view performance templates.

Only the latest, non-deleted master templates in the `performance_review` category are returned. Pagination is optional via `limit` and `offset`; when omitted every template is returned.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

200

- object
  - `total_count` integer
  - `templates` PerformanceReviewTemplate[]
    - `id` string — Master template id
    - `title` string
    - `updated_at` string, nullable — ISO 8601 timestamp of the last update in the template registry
    - `version` integer
    - `questionnaire` object
      - `sections` object[]
        - `id` string
        - `body` string
        - `questions` object[]
          - `id` string
          - `body` string
          - `type` string — Question type in snake_case (e.g. `star_rated`, `paragraph`, `multiple_choice`)
          - `metadata` object
            - `mandatory` boolean
            - `semantic_type` string — One of: `section_rating`, `overall_rating`
            - `rating_options` object
            - `answer_options` object
              - …

## Other responses

- `403` — 403

---

[API](https://skmtc.net/workable/apis/root.md) · [All operations](https://skmtc.net/workable/apis/root/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workable/root/revisions/c4116349c08d/schema)
