List files in a session
List all files associated with a session, combining uploaded input files and sandbox-generated output files. Results are sorted by creation time and support cursor-based pagination.
Query parameters
Session / container identifier.
Return files created after this file ID (exclusive). Used for forward pagination.
Return files created before this file ID (exclusive). Used for backward pagination.
Object-storage-style key prefix filter. When set, only files whose key starts with this prefix are returned (e.g. data/2024/ lists everything uploaded under that virtual folder). Works like S3 list-objects-v2 --prefix. The prefix is matched against the relative upload key, not the full canonical path.
Response
ID of the first file in the current page, used for cursor-based pagination.
ID of the last file in the current page, used for cursor-based pagination.

