> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dalyenergy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Layouts

> Retrieve all layouts in the current workspace

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