Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/simstudioai/sim
/ route.ts
File
route.ts
apps/sim/app/api/v1/admin/workspaces/[id]/export/route.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/**
2
* GET /api/v1/admin/workspaces/[id]/
export
3
*
4
* Export an entire workspace as a ZIP file or JSON (raw, unsanitized
for
admin backup/restore).
Callers
nothing calls this directly
Calls
15
createLogger
Function · 0.90
withRouteHandler
Function · 0.90
withAdminAuthParams
Function · 0.90
parseRequest
Function · 0.90
notFoundResponse
Function · 0.90
loadWorkflowFromNormalizedTables
Function · 0.90
parseWorkflowVariables
Function · 0.90
singleResponse
Function · 0.90
exportWorkspaceToZip
Function · 0.90
sanitizePathSegment
Function · 0.90
encodeFilenameForHeader
Function · 0.90
internalErrorResponse
Function · 0.90
Tested by
no test coverage detected