raw_versions
List all versions of a raw file sorted by version number, with the latest version marked. Given a base filename, returns all matching versions with metadata.
Instructions
List all versions of a raw file, sorted by version number, with the latest version marked. Given a base filename (e.g. 'report.xlsx'), returns all matching versions (report.xlsx as v1, report_v2.xlsx, report_v3.xlsx, etc.) with metadata and a 'latest' field pointing to the newest file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Base filename to list versions of (e.g. 'report.xlsx') |