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

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

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

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

## Query parameters

- `q` string
- `users` string[]
- `folders` string[]
- `projects` string[]
- `min_face_count` integer
- `max_face_count` integer
- `animated` boolean
- `pbr` boolean
- `rigged` boolean
- `visibility` 'public' | 'private' | 'protected' | 'org'
- `downloadable` 'free' | 'org'
- `orgTags` string[]
- `available_archive_type` string
- `archives_max_size` integer
- `archives_max_face_count` integer
- `archives_max_vertex_count` integer
- `archives_max_texture_count` integer
- `archives_texture_max_resolution` integer
- `archives_flavours` boolean
- `sort_by` 'createdAt' | 'faceCount' | 'likeCount' | 'title' | 'orgCommentCount' | 'processedAt' | 'publicCommentCount' | 'publishedAt' | 'staffpickedAt' | 'user' | 'vertexCount' | 'viewCount' | 'privacy'

## Response `200`

Success

- OrgModelListResponse
  - `results` OrgModelList[]
    - `downloadType` string
    - `uid` string
    - `tags` string
    - `viewerUrl` string
    - `orgTags` string
    - `categories` string
    - `publishedAt` string, date
    - `likeCount` integer
    - `commentCount` integer
    - `visibility` string
    - `vertexCount` integer
    - `isArchivesReady` boolean
    - `org` OrgNested
      - `username` string
      - `project` OrgProjectNested
        - `uid` string
        - `name` string
      - `displayName` string
      - `uid` string
      - `viewerUrl` string
      - `commentCount` integer
    - `slug` string
    - `createdAt` string, date
    - `animationCount` integer
    - `viewCount` integer
    - `thumbnails` string
    - `license` string
    - `processingStatus` string
    - `soundCount` integer
    - `isAgeRestricted` boolean
    - `uri` string
    - `name` string
    - `faceCount` integer
    - `staffpickedAt` string, date
    - `archives` object
      - `source` ArchiveNested
        - `faceCount` integer
        - `textureCount` integer
        - `size` integer — archive size (in bytes)
        - `vertexCount` integer
        - `textureMaxResolution` integer
      - `glb` ArchiveNested
        - `faceCount` integer
        - `textureCount` integer
        - `size` integer — archive size (in bytes)
        - `vertexCount` integer
        - `textureMaxResolution` integer
      - `usdz` ArchiveNested
        - `faceCount` integer
        - `textureCount` integer
        - `size` integer — archive size (in bytes)
        - `vertexCount` integer
        - `textureMaxResolution` integer
      - `gltf` ArchiveNested
        - `faceCount` integer
        - `textureCount` integer
        - `size` integer — archive size (in bytes)
        - `vertexCount` integer
        - `textureMaxResolution` integer
    - `downloadCount` integer
    - `embedUrl` string
    - `user` UserNested
      - `username` string
      - `account` string
      - `displayName` string
      - `uid` string
      - `avatar` string

---

[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)
