Skip to content

Export all workspace artifacts as zip

GET
/v1/workspaces/{workspaceId}/export
curl --request GET \
--url https://shareout.site/v1/workspaces/example/export \
--header 'Authorization: Bearer <token>'

Owner or admin only. Caps at 200 artifacts per zip.

workspaceId
required
string

Workspace ID or slug.

Zip bundle

Media type application/zip
string format: binary

Access denied

Media type application/json
object
success
required
boolean
error
required

Human-readable message.

string
code
required

Machine-readable error code.

string
Example
{
"success": false
}