Get Layout Data URL
Layouts
Get Layout Data URL
Get a presigned download URL for a layout’s bulk data on S3
GET
Get Layout Data URL
GET /layouts//data
Returns a time-limited presigned S3 download URL for the layout’s bulk data file (table geometry, string positions, etc.).Notes
- The
layout_idpath parameter is the workspace-scoped layout index. - Returns a JSON object with
dataUrl(the presigned S3 URL) andformat(the serialization format, e.g."json"or"arrow"). - Returns
404if the layout does not exist or if no bulk data has been stored for the layout. - The presigned URL is temporary and will expire. Generate a new one if the previous URL has expired.
- Use this endpoint when you only need the raw data file and do not need the full layout metadata returned by
GET /layouts/{layout_id}.
