---
title: "List Projects"
method: GET
path: "/listProjects"
tags: ["Projects"]
---

# List Projects

`GET /listProjects`

Retrieves a paginated list of projects accessible to the current user.
Returns only essential fields: _id, name, description, organization, createdAt.

## Query parameters

- `page` integer
- `limit` integer
- `sort` string

## Response `200`

Projects retrieved successfully

- ProjectListResponse
  - `status` string
  - `data` object
    - `projects` ProjectListItem[]
      - `_id` string
      - `name` string
      - `description` string
      - `organization` string
      - `createdAt` string, date-time
    - `total` integer

## Other responses

- `401` — Unauthorized - invalid or missing API key

---

[API](https://skmtc.dev/imerit/apis/ango-hub-api-v2.md) · [All operations](https://skmtc.dev/imerit/apis/ango-hub-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/imerit/ango-hub-api-v2/revisions/a1fd1e59951c/schema)
