---
title: "GET /api/trash/workspace/{workspace_id}/"
method: GET
path: "/api/trash/workspace/{workspace_id}/"
tags: ["Trash"]
---

# GET /api/trash/workspace/{workspace_id}/

`GET /api/trash/workspace/{workspace_id}/`

Responds with trash contents for a workspace optionally filtered to a specific application.

## Path parameters

- `workspace_id` integer, required

## Query parameters

- `application_id` integer
- `page` integer

## Response `200`

- PaginationSerializerTrashContents
  - `count` integer, required — The total amount of results.
  - `next` string, uri, nullable, required — URL to the next page.
  - `previous` string, uri, nullable, required — URL to the previous page.
  - `results` TrashContents[], required
    - `id` integer, required
    - `user_who_trashed` string, required
    - `trash_item_type` string, required
    - `trash_item_id` integer, required
    - `parent_trash_item_id` integer, nullable
    - `trashed_at` string, date-time, required
    - `application` integer, nullable
    - `workspace` integer, required
    - `name` string, required
    - `names` string[], nullable
    - `parent_name` string, nullable

## Other responses

- `400`

---

[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/versions/0c490e5b0c7f/schema)
