---
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, nullable — 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` string, nullable — `active` or `archived`
    - `external_key_id` string, nullable — The external key associated with the project.
  - `first_id` string, nullable
  - `last_id` string, nullable
  - `has_more` boolean, required

---

[API](https://skmtc.net/openai/apis/openai-api-3.md) · [All operations](https://skmtc.net/openai/apis/openai-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openai-api-3/versions/74cbcf73838f/schema)
