v21

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-032560235.1 KB
files

Get sequence frame rates (fps)

Returns a map of sequence filename => fps for every .fseq file in the sequence directory. This is intentionally split out from the main file listing so the file manager can render the sequence list immediately and lazily fill in the FPS column via this endpoint. The fps is derived from the fseq header StepTime (fps = round(1000 / StepTime)) and cached per file (keyed on name + size) so fsequtils is only run on cache misses.

get/api/files/Sequences/fps

Response

Map of sequence filename to fps

object required