---
title: "获取团队项目列表"
method: GET
path: "/api/v1/teams/projects"
tags: ["【Team 管理员】团队项目"]
---

# 获取团队项目列表

`GET /api/v1/teams/projects`

获取当前团队成员创建的项目列表

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

成功

- object
  - `code` integer
  - `data` DomainTeamProjectListResp
    - `page` DbCursor
      - `cursor` string — 游标
      - `has_next_page` boolean — 是否有下一页
    - `projects` DomainTeamProjectItem[]
      - `branch` string
      - `created_at` integer
      - `creator` DomainUser
        - `avatar_url` string
        - `email` string
        - `has_password` boolean
        - `id` string
        - `identities` DomainUserIdentity[]
          - `avatar_url` string
          - `email` string
          - `id` string
          - `identity_id` string
          - `platform` 'baizhi' | 'google' | 'github' | 'gitlab' | 'gitea' | 'gitee' | 'oidc'
          - `username` string
        - `is_blocked` boolean
        - `name` string
        - `role` 'individual' | 'enterprise' | 'subaccount' | 'admin' | 'gittask'
        - `status` 'active' | 'inactive' | 'banded'
        - `team` DomainTeam
          - `id` string
          - `name` string
        - `token` string
        - `wechat_mp_bound` boolean
      - `id` string
      - `issue_count` integer
      - `name` string
      - `repo_url` string
      - `task_count` integer
      - `updated_at` integer
  - `message` string

---

[API](https://skmtc.net/chaitin/apis/untitled-api.md) · [All operations](https://skmtc.net/chaitin/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaitin/untitled-api/versions/5a5929cb17f2/schema)
