---
title: "GetListing"
method: GET
path: "/v1/listings/{uuid}"
tags: ["Listings"]
---

# GetListing

`GET /v1/listings/{uuid}`

Retrieves a specific listing by its UUID. The listing must belong to the authenticated user.

## Path parameters

- `uuid` string, required

## Response `200`

Successfully returned listing details for the specified uuid

- string

## Other responses

- `404` — Couldn't find a listing for the specified UUID

---

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