Recordings
Recordings represent every data file recorded by your organization's devices.
Import, delete, and search recordings from the Recordings page:
Hover over each recording to visualize it using Foxglove panels. Open the recording's "Actions" menu to delete it or to download it as an .mcap or .bag file:

Select specific time ranges of data to download from the Timeline page.
Actions
| Definition | CLI command | |
|---|---|---|
| Import | Import a data recording for a device in your organization | foxglove data import ~/data/bags/gps.bag --device-id dev_drpLqjBZYUzus3gv |
| Delete | Delete a data recording imported into your organization | N/A |
| Attach contextual data | Import MCAP files with metadata records | N/A |
| Attach auxiliary data | Import MCAP files with attachments | N/A |
| Download | Download a data recording as an MCAP or ROS 1 .bag file | foxglove data export --device-id dev_flm75pLkfzUBX2DH --start 2001-01-01T00:00:00Z --end 2022-01-01T00:00:00Z --output-format mcap0 --topics /gps/fix,/gps/fix_velocity > output.mcap |
Deleting a recording
Deleting a recording also removes its data. If the recording is in a session, it no longer appears there after deletion.
If the recording was imported from an Edge Site, only that imported data is removed from Foxglove; the edge copy on the Edge Site is unchanged, and the recording will stay in the table listed as "Not imported". In that case the recording stays in its session, and re-importing restores it there.
For bring your own storage, delete the file in your bucket; Foxglove removes it from the index when the file is gone. If the recording is in a session, it no longer appears there once removed from the index. The Recordings page delete action does not delete those files.
Search
Search recordings by device, time range, and other properties on the Recordings page.
Use the syntax below to filter by metadata keys and values that were in the MCAP metadata records.
| Specific key | Any key | |
|---|---|---|
| Specific value | weather:rain | *:rain |
| Any value | weather:* | |
| Multiple values (all required) | weather:rain weather:fog | |
| Multiple values (1+ required) | weather:rain,fog,"mostly sunny" |
A single word (e.g. error) will look for matching metadata keys OR values.
Non-alphanumeric characters can be used inside quotes (e.g. "/weather/rain":* or "@my.custom.key":"10%").
Note: Recordings with total MCAP metadata size of > 1MiB do not show up in this search.
