---
title: "Get intake submissions for a matter"
method: GET
path: "/intake/{matterId}/submissions"
tags: ["Intake"]
---

# Get intake submissions for a matter

`GET /intake/{matterId}/submissions`

## Path parameters

- `matterId` string, required

## Query parameters

- `Offset` integer
- `Limit` integer

## Response `200`

OK

- IntakeSubmissionPagedCollection
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable
  - `self` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `value` IntakeSubmission[], nullable
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
    - `self` Link
      - `id` string, nullable
      - `href` string, nullable
      - `relation` string, nullable
      - `method` string, nullable
    - `formId` string, nullable — Id of the form that the submission is for.
    - `formTitle` string, nullable — Title of the form that the submission is for.
    - `status` 'draft' | 'active' | 'completed' | 'cancelled' — Intake submission status.
    - `communicationMethod` 'email' | 'communicate' | 'embed' | 'internalUse' | 'document' — Intake submission communication method.
    - `matter` Link
      - `id` string, nullable
      - `href` string, nullable
      - `relation` string, nullable
      - `method` string, nullable
    - `createdDate` string, date-time — When the submission was created.
    - `lastUpdated` string, date-time — When the submission was last updated.
    - `recipient` IntakeRecipientDto
      - `contactId` string, nullable — Contact id that the submission is sent to.
      - `email` string, nullable — Email address of the recipient.
      - `name` string, nullable — Display name of the recipient.
  - `offset` integer, nullable
  - `limit` integer, nullable
  - `size` integer
  - `first` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `previous` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `next` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `last` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

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