---
title: "get a layout by ID"
method: GET
path: "/4.0/layouts/{id}"
tags: ["Diagram Layouts"]
---

# get a layout by ID

`GET /4.0/layouts/{id}`

## Path parameters

- `id` string, required

## Response `200`

returns a layout

- LayoutsLayoutDiagramService
  - `name` string, required
  - `rotation` number
  - `length` number
  - `width` number
  - `space_id` integer
  - `legacy_team_id` integer
  - `space_template_id` integer
  - `bookable_room_id` integer
  - `team_id` string
  - `floor_elements` object
  - `groups` object
  - `catalog_id` integer

## Other responses

- `404` — layout not found

---

[API](https://skmtc.net/socialtables/apis/social-tables-api-gateway.md) · [All operations](https://skmtc.net/socialtables/apis/social-tables-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/socialtables/social-tables-api-gateway/versions/221c9d836cf0/schema)
