---
title: "Get Trashed Projects"
method: GET
path: "/trash/projects"
---

# Get Trashed Projects

`GET /trash/projects`

## Query parameters

- `workspace_id` string, required

## Response `200`

Successful Response

- GetGraphProjectsResponse
  - `projects` GraphProjectSummary[], required
    - `graph_project_id` string, required
    - `workspace_id` string, required
    - `workspace_display_name` string, required
    - `created_by_user_id` string, required
    - `capabilities` string[], required
    - `display_name` string, required
    - `version` integer, required
    - `created_at` string, required
    - `last_updated_at` string, required
    - `thumbnail_url` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/iliad/apis/fastapi.md) · [All operations](https://skmtc.dev/iliad/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iliad/fastapi/revisions/c1701119b330/schema)
