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

# GET /v3/me/collections

`GET /v3/me/collections`

Returns a list of your collections

## Response `200`

Success

- CollectionResponse
  - `results` CollectionList[]
    - `createdAt` string, date
    - `description` string, nullable
    - `hasRestrictedContent` boolean
    - `models` string
    - `isAgeRestricted` boolean
    - `uri` string
    - `modelCount` integer
    - `user` string
    - `updatedAt` string, date
    - `owner` UserDetail
      - `website` string, nullable
      - `subscriptionCount` integer
      - `followerCount` integer
      - `uid` string
      - `modelsUrl` string
      - `portfolioUrl` string
      - `likeCount` integer
      - `facebookUsername` string, nullable
      - `biography` string, nullable
      - `dateJoined` string, date
      - `city` string, nullable
      - `account` string
      - `displayName` string
      - `profileUrl` string
      - `followingsUrl` string
      - `skills` SkillDetail[]
        - `name` string
        - `uri` string
      - `tagline` string, nullable
      - `uri` string
      - `modelCount` integer
      - `username` string
      - `linkedinUsername` string, nullable
      - `likesUrl` string
      - `followersUrl` string
      - `collectionCount` integer
      - `country` string, nullable
      - `followingCount` integer
      - `twitterUsername` string, nullable
      - `collectionsUrl` string
      - `avatar` AvatarRelated
        - `images` object[]
          - `url` string
          - `width` integer
          - `height` integer
          - `size` integer
        - `uid` string
        - `uri` string
    - `embedUrl` string
    - `uid` string
    - `slug` string
    - `thumbnails` object
    - `name` string

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