---
title: "GET /orgs/{org_id}/projects"
method: GET
path: "/orgs/{org_id}/projects"
tags: ["projects"]
---

# GET /orgs/{org_id}/projects

`GET /orgs/{org_id}/projects`

List projects for an organization

## Path parameters

- `org_id` string, required

## Response `200`

Projects listed successfully

- ListProjectsResBody
  - `projects` ProjectPreview[], required
    - `created_at` integer, required — Creation timestamp in epoch milliseconds
    - `default_role` string, nullable — Project's default role. All organization members will be assigned this role by default for this project
    - `description` string, nullable — Project description
    - `id` string, required — Unique project identifier
    - `is_public_template` boolean, required — Whether the project is a public template
    - `name` string, required — Project name
    - `role` string, required — Authenticated user's role in the project
    - `screenshot_url` string, nullable — URL of the project's screenshot image
    - `template_uses` integer, required — Number of times this template has been used

## Changes

- **2026-03-16** `3177c961ab30` — 2 breaking
  - the `projects/items/created_at` response's property type changed from `string` to `integer`, and format from `date-time` to `int64` for status `200`
  - the `projects/items/id` response's property type changed from `integer` to `string`, and format from `int64` to no format for status `200`
- **2026-03-16** `eb2c08128881` — 1 breaking, 1 warning, 3 info
  - the response's body type changed from no type to `object` for status `200`
  - deleted the `query` request parameter `view`
  - removed `subschema #1, subschema #2` from the response body `oneOf` list for the response status `200`
  - removed the non-success response with the status `403`
  - …1 more

[Change history](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/changes/orgs/:org_id/projects/get.md)

---

[API](https://skmtc.dev/timbal-ai/apis/timbal-platform-api.md) · [All operations](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/timbal-ai/timbal-platform-api/revisions/70eefd95db9e/schema)
