---
title: "Get user's project"
method: GET
path: "/api/v1/projects"
tags: ["project"]
---

# Get user's project

`GET /api/v1/projects`

## Response `200`

User projects

- object
  - `items` Project[], required
    - `id` integer, required
    - `name` string, required
    - `avatar` string
    - `capabilities` string[], required
    - `date_create` integer, required

## Other responses

- `400` — Something went wrong on client side
- `403` — Access token is missing or invalid
- `404` — The specified resource was not found
- `500` — Something went wrong on server side

## Changes

- **2023-11-23** `1ecd06e07ead` — 1 warning
  - added the new `stats` enum value to the `items/items/capabilities/items/` response property for the response status `200`

[Change history](https://skmtc.dev/tonkeeper/apis/rest-api-to-ton-console/changes/api/v1/projects/get.md)

---

[API](https://skmtc.dev/tonkeeper/apis/rest-api-to-ton-console.md) · [All operations](https://skmtc.dev/tonkeeper/apis/rest-api-to-ton-console/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonkeeper/rest-api-to-ton-console/revisions/bffcc11719d3/schema)
