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
scope_id
Session / container identifier.
limit
Maximum number of files to return per page.
after_id
Return files created after this file ID (exclusive). Used for forward pagination.
before_id
Return files created before this file ID (exclusive). Used for backward pagination.
Response
Successful Response
data
List of file metadata objects for the current page.
first_id
ID of the first file in the current page, used for cursor-based pagination.
last_id
ID of the last file in the current page, used for cursor-based pagination.
has_more
True when there are additional pages of results beyond this one.
Errors
401
Unauthorized Error
422
Unprocessable Entity Error

