---
title: "Get User Dashboard"
method: GET
path: "/api/v1/dashboard/"
tags: ["user-dashboard"]
---

# Get User Dashboard

`GET /api/v1/dashboard/`

Return recent activity scoped to the authenticated user.

Merges the user's projects and quotes into a single feed ordered
by creation date (newest first), limited to 10 items.

## Response `200`

Successful Response

- UserDashboardResponse — Response for the user-facing dashboard endpoint. Contains a merged recent-activity feed scoped to the current user's projects and quotes.
  - `recent_activity` RecentActivityItem[]
    - `type` string, required
    - `id` string, uuid, required
    - `title` string, required
    - `status` string, required
    - `created_at` string, date-time, required
    - `user_name` string, nullable
    - `project_id` string, uuid, nullable

---

[API](https://skmtc.dev/prototyping/apis/prototyping-io-api.md) · [All operations](https://skmtc.dev/prototyping/apis/prototyping-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prototyping/prototyping-io-api/revisions/f4a0079fbb57/schema)
