---
title: "GET /v3/me/models"
method: GET
path: "/v3/me/models"
tags: ["me", "models"]
---

# GET /v3/me/models

`GET /v3/me/models`

Returns a list of your models

## Query parameters

- `downloadable` boolean
- `archives_flavours` boolean

## Response `200`

Success

- MeModelResponse
  - `results` MeModelList[]
    - `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
    - `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

## Other responses

- `401` — Authentication credentials were not provided or do not match

---

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