---
title: "Get outfit by ID"
method: GET
path: "/outfits/{id}"
tags: ["Outfits"]
---

# Get outfit by ID

`GET /outfits/{id}`

Retrieves an outfit configuration and validates that the owner possesses all required items

## Path parameters

- `id` string, required

## Response `200`

Outfit entity

- object — Content entity metadata
  - `version` string
  - `id` string
  - `type` string
  - `pointers` string[]
  - `timestamp` integer
  - `content` object[]
    - `file` string
    - `hash` string
  - `metadata` object

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/decentraland/apis/realm-provider-api.md) · [All operations](https://skmtc.net/decentraland/apis/realm-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decentraland/realm-provider-api/revisions/d94e0e0f1821/schema)
