Lake Files

lake_files

Methods

List Lake Files -> Array<{ path, topics }>
get/lake-files

This endpoint returns a list of MCAP files in the lake bucket for a given Primary Site.

For each recording that has been imported, multiple files are created — one per topic.

This endpoint is only supported for self-managed sites.

A query must be limited to a device or recording using one of the following parameters:

  • deviceId
  • deviceName
  • recordingId
  • recordingKey

If querying by a device (ID or name), you must also provide start and end parameters to limit the range of files included.

The range expressed by start and end must not exceed 24h.

Domain types

LakeFileListResponse = Array<{ path, topics }>