/
SI
significant-gravitas
/
AutoGPT Agent Server
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 16m ago · Updated 3d ago
View markdown
significant-gravitas
AutoGPT Agent Server
post
Move workspace files to a folder
v56
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-08-05
311
409
871.8 KB
analytics
2
auth-email
1
health
1
oauth
9
platform-linking
8
push
3
search
1
v1
90
v2
185
workspace
11
get
List workspace files
post
Upload file to workspace
delete
Delete a workspace file
get
Download file by ID
get
Preview file by ID
get
List workspace folders
post
Create workspace folder
post
Move workspace files to a folder
delete
Delete workspace folder
patch
Update workspace folder
get
Get workspace storage usage
workspace
Move workspace files to a folder
post
/api/workspace/folders/files/bulk-move
Request body
BulkMoveFilesRequest
required
file_ids
string[]
required
folder_id
string
nullable
Response
Successful Response
WorkspaceFile[]
required
id
string
required
workspace_id
string
required
created_at
string
date-time
required
updated_at
string
date-time
required
name
string
required
path
string
required
storage_path
string
required
mime_type
string
required
size_bytes
integer
required
checksum
string
nullable
is_deleted
boolean
deleted_at
string
date-time
nullable
folder_id
string
nullable
metadata
object