---
title: "List assets"
method: GET
path: "/assets"
tags: ["Assets"]
---

# List assets

`GET /assets`

Returns assets visible to the authenticated public API key. Filter by workspace, project canvas, search query, cursor, and limit without exposing raw file bytes or internal graph data.

## Query parameters

- `limit` integer — Maximum number of results to return
- `cursor` string — Opaque cursor for fetching the next page
- `query` string — Search query
- `workspace_id` string — Workspace identifier
- `project_id` string — Project identifier

## Response `200`

Assets returned.

- object
  - `assets` object[], required
    - `asset_id` string, nullable, required — Asset identifier
    - `name` string, nullable, required — Asset name
    - `description` string, nullable, required — Asset description
    - `workspace_id` string, nullable, required — Workspace identifier
    - `url` string, uri, nullable, required — Asset URL
    - `content_type` string, required — Asset content type
    - `upload_content_type` string, nullable, required — Content type provided at upload time
    - `uploaded_via` string, required — Asset source
    - `status` 'pending_upload' | 'ready' | 'failed', required
    - `width` integer, nullable, required
    - `height` integer, nullable, required
    - `size_bytes` integer, nullable, required
    - `created_at` integer, nullable, required
    - `node_id` string, nullable — Associated node identifier
    - `project_id` string, nullable — Project identifier
  - `meta` object, required
    - `next_cursor` string, nullable, required — Opaque cursor for fetching the next page
    - `total_estimate` integer, nullable — Estimated total matching items

## Other responses

- `400` — 400
- `401` — 401
- `402` — 402
- `403` — 403
- `404` — 404
- `409` — 409
- `429` — 429
- `500` — 500

---

[API](https://skmtc.net/florafauna-ai/apis/flora-ai-api.md) · [All operations](https://skmtc.net/florafauna-ai/apis/flora-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/florafauna-ai/flora-ai-api/versions/2f4a714f8ce9/schema)
