Get Layout
Layouts
Get Layout
Retrieve a single layout with full metadata and optional presigned data URL
GET
Get Layout
GET /layouts/
Returns the complete layout record including full metadata, topology summary, and a presigned S3 download URL for bulk data (if available).Notes
- The
layout_idpath parameter is the workspace-scoped layout index. - Returns the full
metadataobject includingsimulationParams(arrayType, gcr, tilt, azimuth, etc.). - If the layout has associated bulk data on S3, a time-limited presigned
dataUrlis included in the response. - Returns
404if 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.
