---
title: "GET /api/projects"
method: GET
path: "/api/projects"
tags: ["Projects"]
---

# GET /api/projects

`GET /api/projects`

## Response `200`

OK

- Project[]
  - `id` string, nullable
  - `orgId` string, nullable
  - `name` string, nullable
  - `creationDate` string, date-time
  - `createdBy` string, nullable
  - `type` string, nullable
  - `description` string, nullable
  - `note` string, nullable
  - `launchDate` string, date-time
  - `endDate` string, date-time
  - `owner` string, nullable
  - `vendor` string, nullable
  - `reportDeadline` string, nullable
  - `isRetestNeeded` boolean
  - `retestingLaunch` string, date-time
  - `retestingEnd` string, date-time
  - `accessType` string, nullable
  - `location` string, nullable

---

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