Expand description
Wire types for the Files API.
Structsยง
- File
Deleted - Confirmation returned by
DELETE /v1/files/{id}. - File
Metadata - Metadata for a single uploaded file.
- File
Scope - Scoping resource for a
FileMetadata. Currently the only supported scope is a session: files written by an agent under/mnt/session/outputs/are session-scoped and listable via the?scope_id={session_id}query. - List
Files Params - Query parameters for
GET /v1/files.