---
title: "Get layout contacts"
method: GET
path: "/matters/{matterId}/layouts/{itemId}/contacts"
tags: ["Layout Matter Items"]
---

# Get layout contacts

`GET /matters/{matterId}/layouts/{itemId}/contacts`

Returns a list of contacts on a specified layout.

## Path parameters

- `matterId` string, uuid, required
- `itemId` string, uuid, required

## Response `200`

When request is successful. Returns a list of 'LayoutContact' objects.

- LayoutContact[]
  - `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
  - `key` string, nullable — Unique key name for the layout contact.
  - `contact` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable

## Other responses

- `404` — When contacts do not exist for the layout item with specified id.

---

[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)
