---
title: "List project columns"
method: GET
path: "/projects/{project_id}/columns"
tags: ["projects"]
---

# List project columns

`GET /projects/{project_id}/columns`

Lists the project columns in a project.

## Path parameters

- `project_id` integer, required

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

Response

- ProjectColumn[]
  - `url` string, uri, required
  - `project_url` string, uri, required
  - `cards_url` string, uri, required
  - `id` integer, required — The unique identifier of the project column
  - `node_id` string, required
  - `name` string, required — Name of the project column
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `304` — Not modified
- `401` — Requires authentication
- `403` — Forbidden

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-4.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-4/versions/ee6c7a46328e/schema)
