---
title: "List Page Elements"
method: GET
path: "/sites/multiscreen/{site_name}/pages/{page_uuid}/elements"
---

# List Page Elements

`GET /sites/multiscreen/{site_name}/pages/{page_uuid}/elements`

Get the details of the page elements of an individual Page of a Site.

## Path parameters

- `site_name` string, required
- `page_uuid` string, required

## Response `200`

200

- object
  - `results` object[]
    - `element_id` string
    - `element_source_id` string
    - `next_sibling_id` string
    - `type` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/duda/apis/partner-api.md) · [All operations](https://skmtc.dev/duda/apis/partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/duda/partner-api/revisions/5b9208270ed1/schema)
