---
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

## Changes

- **2026-05-13** `5546855ea637` — 1 breaking, 8 info
  - the `nodes/items/url/anyOf[subschema #1]/` response's property type/format changed from `string`/`uri` to `string`/`` for status `200`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `402`
  - …5 more
- **2026-05-12** `4a457dc80f1e` — 1 breaking
  - the `nodes/items/url/anyOf[subschema #1]/` response property's minLength was decreased from `1` to `0` for the response status `200`
- **2026-05-12** `cb3cd5e5da7c` — 1 breaking
  - the `nodes/items/url/anyOf[subschema #1]/` response's property type/format changed from `string`/`uri` to `string`/`` for status `200`

[Change history](https://skmtc.dev/florafauna-ai/apis/flora-ai-api/changes/projects/:projectId/nodes/get.md)

---

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