List Layouts
Layouts
List Layouts
Retrieve all layouts in the current workspace
GET
List Layouts
GET /layouts
Returns a lightweight list of all layouts in the workspace. Full metadata JSONB is excluded for performance; use the single-layout endpoint to retrieve complete metadata for a specific layout.Notes
- Returns an array of layout summaries scoped to the authenticated workspace.
- Full metadata (simulation params, topology summary) is omitted from list responses to keep payloads small.
- To retrieve complete layout details including metadata and a presigned data URL, use
GET /layouts/{layout_id}. - Results are ordered by creation date.
