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

# Get Layout

> Retrieve a single layout with full metadata and optional presigned data URL

# GET /layouts/{layout_id}

Returns the complete layout record including full metadata, topology summary, and a presigned S3 download URL for bulk data (if available).

## Notes

* The `layout_id` path parameter is the workspace-scoped layout index.
* Returns the full `metadata` object including `simulationParams` (arrayType, gcr, tilt, azimuth, etc.).
* If the layout has associated bulk data on S3, a time-limited presigned `dataUrl` is included in the response.
* Returns `404` if the layout does not exist in the current workspace.
* For a dedicated bulk-data download URL without the rest of the layout metadata, use `GET /layouts/{layout_id}/data`.
