v63

latestOpenAPI 3.0.0Proprietaryraw.githubusercontent.com2026-08-0110571.8 MB
Tool Router

List files in a session mount

Lists files in a workbench session storage mount with cursor-based pagination. Use the download_url endpoint with the returned mount_relative_path to get a presigned download URL.

get/api/v3.1/tool_router/session/{session_id}/mounts/{mount_id}/items

Path parameters

session_idstring toolRouterSessionId required

The unique identifier of the tool router session

Example:trs_1a2b3c4d5e6f

The unique identifier of the tool router session

mount_idstring required

ID of the storage mount

Example:files

ID of the storage mount

Query parameters

cursorstring

Pagination cursor from the previous response next_cursor field

Pagination cursor from the previous response next_cursor field

limitnumber

Maximum number of files to return per page (1-500)

Maximum number of files to return per page (1-500)

mount_relative_prefixstring

Filter results to files under this mount-relative path prefix (e.g. "data/" lists only files in the data/ subdirectory)

Example:data/

Relative path prefix within the mount for filtering

Response

Files listed successfully

next_cursorstring

Cursor for the next page of results. If absent, there are no more pages.