Skip to main content
GET
/
layouts
/
{layout_id}
Get Layout
curl --request GET \
  --url https://api.example.com/layouts/{layout_id}

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