---
title: "GET /v1/projects"
method: GET
path: "/v1/projects"
tags: ["UserService"]
---

# GET /v1/projects

`GET /v1/projects`

Query the project list based on conditions.

## Query parameters

- `query.page` integer
- `query.limit` integer
- `sorting.column` string
- `sorting.direction` integer
- `conditions.name.value` string
- `conditions.name.operator` integer
- `conditions.owner.value` string
- `conditions.status.value` integer

## Response `200`

OK

- ListProjectsResponse
  - `meta` ListMeta
    - `page` integer
    - `limit` integer
    - `total` integer
  - `items` Project[]
    - `timestamps` Timestamps
      - `created_at` string, date-time
      - `updated_at` string, date-time
      - `deleted_at` string, date-time
    - `properties` ProjectProperty
      - `id` string
      - `name` string
      - `icon` string
      - `desc` string
      - `owner` string
      - `status` integer

## Other responses

- `default` — Default error response

---

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