---
title: "List project canvas nodes"
method: GET
path: "/projects/{projectId}/nodes"
tags: ["Canvas"]
---

# List project canvas nodes

`GET /projects/{projectId}/nodes`

Returns sanitized visible media nodes on a project canvas. The response omits raw graph documents, Liveblocks internals, raw Convex IDs, and unbounded node data blobs.

## Path parameters

- `projectId` string, required — Project identifier

## Query parameters

- `limit` integer — Maximum number of results to return
- `cursor` string — Opaque cursor for fetching the next page

## Response `200`

Canvas nodes returned.

- object
  - `project_id` string, required — Project identifier
  - `canvas_url` string, uri, required — Project canvas URL
  - `nodes` object[], required
    - `node_id` string, required — Canvas node identifier
    - `type` 'image' | 'video' | 'audio' | 'text', required — Canvas node media type
    - `label` string, nullable — Canvas node label
    - `asset_id` string, nullable — Asset identifier
    - `url` string, nullable — Canvas node output URL or text content
    - `width` integer, nullable
    - `height` integer, nullable
  - `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)
