---
title: "Share Workspace For Feedback"
method: POST
path: "/api/workspaces/{workspace_id}/feedback-archive"
tags: ["runtime_mutations", "feedback"]
---

# Share Workspace For Feedback

`POST /api/workspaces/{workspace_id}/feedback-archive`

Export the workspace's data and send the archive to the feedback channel.

## Path parameters

- `workspace_id` string, required

## Request body

- ShareWorkspaceRequest
  - `submission_id` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `abf76937a751` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/api/workspaces/:workspace_id/feedback-archive/post.md)

---

[API](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/revisions/d7f2f3b8e82d?raw)
