---
title: "List Request Intake Templates"
method: GET
path: "/intakes/request-templates"
tags: ["intakes"]
---

# List Request Intake Templates

`GET /intakes/request-templates`

Active intake templates for the company, as id+name options.

Unlike ``/templates`` this carries no submission data and requires no
elevated permission (it is gated only by the router's auth + company
scoping), so low-access VRM users can use it to open the public intake
("request a service") form for their company.

## Response `200`

Successful Response

- IntakeTemplateOption[]
  - `template_id` string, uuid, required
  - `name` string, required

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
