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

# GET /v3/collections/{uid}/models

`GET /v3/collections/{uid}/models`

Returns a list of models for a collection

## Query parameters

- `sort_by` 'createdAt' | '-createdAt' | 'collectedAt' | '-collectedAt'

## Response `200`

Success

- CollectionModelResponse
  - `results` CollectionModelList[]
    - `uid` string
    - `tags` TagRelated[]
      - `slug` string
      - `uri` string
    - `viewerUrl` string
    - `isProtected` boolean
    - `categories` CategoriesRelated[]
      - `uri` string
      - `uid` string
      - `name` string
      - `slug` string
    - `publishedAt` string, date
    - `likeCount` integer
    - `commentCount` integer
    - `viewCount` integer
    - `vertexCount` integer
    - `user` UserRelated
      - `username` string
      - `profileUrl` string
      - `account` string
      - `displayName` string
      - `uid` string
      - `uri` string
      - `avatar` AvatarRelated
        - `images` object[]
          - `url` string
          - `width` integer
          - `height` integer
          - `size` integer
        - `uid` string
        - `uri` string
    - `isDownloadable` boolean
    - `description` string, nullable
    - `animationCount` integer
    - `name` string
    - `soundCount` integer
    - `isAgeRestricted` boolean
    - `uri` string
    - `faceCount` integer
    - `staffpickedAt` string, date, nullable
    - `createdAt` string, date
    - `thumbnails` ThumbnailsRelated
      - `images` object[]
        - `url` string
        - `width` integer
        - `size` integer, nullable
        - `uid` string
        - `height` integer
    - `embedUrl` string

## Other responses

- `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/revisions/3d1f8bd62bc7/schema)
