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.
Maximum number of files to return per page.
Return files created after this file ID (exclusive). Used for forward pagination.
Return files created before this file ID (exclusive). Used for backward pagination.
Namespace to list files from. Defaults to 'session'.
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
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.