---
title: "List Assets"
method: GET
path: "/api/v1/assets/properties/{property_id}"
tags: ["Assets"]
---

# List Assets

`GET /api/v1/assets/properties/{property_id}`

## Path parameters

- `property_id` string, uuid, required

## Response `200`

Successful Response

- AssetRead[]
  - `id` string, uuid, required
  - `property_id` string, uuid, required
  - `kind` 'IMAGE' | 'DESIGN_PDF', required
  - `s3_key` string, required
  - `public_url` string, nullable, required
  - `content_type` string, required
  - `filename` string, required
  - `file_size` integer, nullable, required
  - `alt_text` string, nullable, required
  - `source_url` string, nullable, required
  - `tags` string[], required
  - `content_page_id` string, uuid, nullable, required
  - `display_order` integer, required
  - `in_gallery` boolean, required

## Other responses

- `422` — Validation Error

## Changes

> 26 revisions in range; 1 not diffed.

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/assets/properties/:property_id/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/4df7b22a7dae?raw)
