List project canvas 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
Project identifier
Project identifier
Query parameters
Maximum number of results to return
Maximum number of results to return
Opaque cursor for fetching the next page
Opaque cursor for fetching the next page
Response
Canvas nodes returned.
Example response
{
"project_id": "prj_abc123",
"nodes": [
{
"node_id": "node_abc123",
"label": "Logo",
"asset_id": "asset_abc123",
"url": "https://media.flora.ai/output.png"
}
],
"meta": {
"next_cursor": "eyJvZmZzZXQiOjIwfQ"
}
}Changes
Changed in 3 of the 8 revisions of this API.38
- ▲
the
nodes/items/url/anyOf[subschema #1]/response's property type/format changed fromstring/uritostring/for status200response-property-type-changed
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
402response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
409response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ▲
- ▲
the
nodes/items/url/anyOf[subschema #1]/response property's minLength was decreased from1to0for the response status200response-property-min-length-decreased
- ▲
- ▲
the
nodes/items/url/anyOf[subschema #1]/response's property type/format changed fromstring/uritostring/for status200response-property-type-changed
- ▲