---
title: "List My Intake Submissions"
method: GET
path: "/intakes/my-submissions"
tags: ["intakes"]
---

# List My Intake Submissions

`GET /intakes/my-submissions`

Intake submissions made by the current user (matched on submitter email).

Scoped to the caller's own submissions and gated only by the router's auth +
company scoping (no elevated permission), so low-access VRM users can review
the intake forms they themselves submitted.

## Response `200`

Successful Response

- IntakeSubmissionSummary[]
  - `intake_submission_id` string, uuid, required
  - `template_id` string, uuid, nullable, required
  - `original_template_id` string, uuid, required
  - `template_name` string, required
  - `submitter_email` string, required
  - `status` 'PENDING' | 'REVIEWED' | 'REJECTED' | 'OUT_OF_SCOPE', required
  - `created` string, date-time, required
  - `reviewed_at` string, date-time, nullable, required
  - `reviewed_by` IntakeReviewer
    - `user_id` string, uuid, required
    - `name` string, required
    - `email` string, required
  - `vendor_company_id` string, uuid, nullable
  - `service_id` string, uuid, nullable
  - `vendor_name` string, nullable
  - `vendor_company_website` string, nullable
  - `service_name` string, nullable

---

[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/425d5b8a3c17/schema)
