latestOpenAPI 3.0.32026-08-19299284712.8 KB
67d9f45bb99b
Canvases
List all canvases.
List of all canvases available to the authenticated user company.
- Results are ordered by creation date, newest first.
- Each canvas includes basic metadata and an is_liked flag indicating whether the current user has liked it.
- For performance reasons, related fields such as tabs and shared_with are not included in list responses.
get/canvases
Query parameters
source'BUILDER' | 'DECKS' | 'MCP' | 'PLAN_MODE' | 'WORKSPACE'
Filters the results to canvases with the given source.
- By default, only WORKSPACE and MCP canvases are returned.
- Use ?source=DECKS to list only Decks-created canvases.
- Use ?source=BUILDER to list only Builder-created canvases.
widget_type'RANGE' | 'TEMPLATE' | 'TEXT'
Filters the results to canvases that include at least one widget of the given type.
- If omitted, no widget-type filtering is applied.