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

# GET /v3/orgs/{orgUid}

`GET /v3/orgs/{orgUid}`

Returns the detail of an organization. Can take either the organization UID (orgUid) or name preceded by a @ (@orgName).

## Response `200`

Success

- OrgDetailResponse
  - `results` OrgDetail[]
    - `username` string
    - `publicProfileUrl` string
    - `orgUrl` string
    - `displayName` string
    - `uid` 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)
