---
title: "List equipment names for a specific listing"
method: GET
path: "/public/listings/{listing_id}/equipments"
tags: ["Listing Equipments - Public"]
---

# List equipment names for a specific listing

`GET /public/listings/{listing_id}/equipments`

Public endpoint — returns the list of equipment/features for a given listing.

## Path parameters

- `listing_id` integer, required — Listing ID

## Headers

- `x-website-token` string, nullable

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

---

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