---
title: "GET /api/trash/"
method: GET
path: "/api/trash/"
tags: ["Trash"]
---

# GET /api/trash/

`GET /api/trash/`

Responds with the workspaces and applications available for the requesting user to inspect the trash contents of.

## Response `200`

- TrashStructure
  - `workspaces` TrashStructureWorkspace[], required — An array of workspace trash structure records
    - `id` integer, required
    - `trashed` boolean, required
    - `name` string, required
    - `applications` TrashStructureApplication[], required
      - `id` integer, required
      - `name` string, required
      - `trashed` boolean
      - `type` string, required

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/revisions/0c490e5b0c7f/schema)
