object LakeheroDataExport
Fields
| Field | Type | Description |
|---|---|---|
files | [DataExportFile] | List of export files with signed URLs. |
expires_at | String | Expiration timestamp of the URLs. |
Referenced By
Example
{
"files": [[{id: "RGF0YUV4cG9ydEZpbGU6MTIzNA=="}]],
"expires_at": "2026-07-09T15:30:00Z"
}