Overview
Containers endpointsAvailable Operations
- listContainerFiles - List container files
- getContainerFile - Retrieve a container file
- downloadContainerFileContent - Download container file content
- promoteContainerFile - Promote a container file into workspace documents
listContainerFiles
Lists the files in a container, in lexicographic path order. The container id is the canonical id returned in bash/shell tool results; a restarted session is a separate container with its own id. Paginate withlimit and after (pass the previous page’s last_id); has_more: true always means the next page is fetchable that way. last_id is the resume cursor: it is the last listed file’s id, except when a page ends at the per-request scan bound on hidden bookkeeping objects, where it names the scan position instead and may not appear in data (which can then be empty).