---
title: "Returns a list of projects."
method: GET
path: "/organization/projects"
tags: ["Projects"]
---

# Returns a list of projects.

`GET /organization/projects`

## Query parameters

- `limit` integer
- `after` string
- `include_archived` boolean

## Response `200`

Projects listed successfully.

- ProjectListResponse
  - `object` 'list', required
  - `data` Project[], required
    - `id` string, required — The identifier, which can be referenced in API endpoints
    - `object` 'organization.project', required — The object type, which is always `organization.project`
    - `name` string, required — The name of the project. This appears in reporting.
    - `created_at` integer, required — The Unix timestamp (in seconds) of when the project was created.
    - `archived_at` integer, nullable — The Unix timestamp (in seconds) of when the project was archived or `null`.
    - `status` 'active' | 'archived', required — `active` or `archived`
  - `first_id` string, required
  - `last_id` string, required
  - `has_more` boolean, required

## Changes

- **2024-10-01** `a01fa29d82ff` — 2 warning
  - removed the optional property `data/items/app_use_case` from the response with the `200` status
  - removed the optional property `data/items/business_website` from the response with the `200` status
- **2024-09-27** `28d610a0701b` — 2 info
  - added the optional property `data/items/app_use_case` to the response with the `200` status
  - added the optional property `data/items/business_website` to the response with the `200` status
- **2024-09-26** `548c762fe616` — 2 warning
  - removed the optional property `data/items/app_use_case` from the response with the `200` status
  - removed the optional property `data/items/business_website` from the response with the `200` status
- **2024-09-13** `4c9e3967c707` — 2 info
  - added the optional property `data/items/app_use_case` to the response with the `200` status
  - added the optional property `data/items/business_website` to the response with the `200` status
- **2024-08-23** `5856f8b0c850` — 2 breaking, 3 warning, 10 info
  - the response property `data/items/archived_at` became nullable for the status `200`
  - the `data/items/created_at` response's property type/format changed from `integer`/`unixtime` to `integer`/`` for status `200`
  - removed the optional property `data/items/external_key_id` from the response with the `200` status
  - added the new `active` enum value to the `data/items/status` response property for the response status `200`
  - …11 more

[Change history](https://skmtc.dev/openai/apis/openapi/changes/organization/projects/get.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openapi/revisions/96060afbb5b9/schema)
