---
title: "GET /v3/orgs/{orgUid}/projects"
method: GET
path: "/v3/orgs/{orgUid}/projects"
tags: ["orgs", "projects"]
---

# GET /v3/orgs/{orgUid}/projects

`GET /v3/orgs/{orgUid}/projects`

Returns a list of projects from the given organization. Can take either the organization UID (orgUid) or name preceded by a @ (@orgName).

## Query parameters

- `q` string
- `sort_by` 'name' | 'updatedAt'

## Response `200`

Success

- OrgProjectListResponse
  - `uid` string
  - `updatedAt` string
  - `memberCount` string
  - `org` OrgDetail
    - `username` string
    - `publicProfileUrl` string
    - `orgUrl` string
    - `displayName` string
    - `uid` string
  - `slug` string
  - `modelCount` string
  - `name` string

## Other responses

- `401` — Authentication credentials were not provided or do not match
- `403` — Permission Denied
- `404` — Not Found

---

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