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

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

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

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

## Query parameters

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

## Response `200`

Success

- OrgMatcapsListResponse
  - `results` OrgMatcapDetail[]
    - `uid` string
    - `name` string
    - `updatedAt` string, date
    - `images` OrgImageDetail[]
      - `width` string
      - `updatedAt` string, date
      - `size` string
      - `uri` string
      - `createdAt` string, date
      - `height` string
    - `uri` string, nullable
    - `createdAt` string, date
    - `isDefault` boolean

## Other responses

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

---

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