---
title: "Retrieve a Schema"
method: GET
path: "/Schemas/{schemaId}"
tags: ["Schemas"]
---

# Retrieve a Schema

`GET /Schemas/{schemaId}`

Documentation on retrieving a schema via SCIM. 

**OAuth Scope required:** `scim.schemas.readSchemas`

## Path parameters

- `schemaId` string, required

## Headers

- `x-as-user-email` string
- `x-as-user-id` string

## Response `200`

200 OK

- union
  - object
    - `id` string
    - `name` string
    - `description` string
    - `attributes` union[]
      - union
        - object
          - `type` string
          - `multiValued` boolean
          - `description` string
          - `required` boolean
          - `caseExact` boolean
          - `mutability` string
          - `returned` string
          - `uniqueness` string
          - `name` string
        - object
          - `type` string
          - `multiValued` boolean
          - `description` string
          - `required` boolean
          - `mutability` string
          - `returned` string
          - `name` string
          - `subattributes` union[]
            - union
              - …
    - `meta` object
      - `resourceType` string
      - `location` string, uri
  - object
    - `id` string
    - `name` string
    - `description` string
    - `attributes` union[]
      - union
        - object
          - `type` string
          - `multiValued` boolean
          - `description` string
          - `required` boolean
          - `caseExact` boolean
          - `mutability` string
          - `returned` string
          - `uniqueness` string
          - `name` string
        - object
          - `type` string
          - `multiValued` boolean
          - `description` string
          - `required` boolean
          - `mutability` string
          - `returned` string
          - `uniqueness` string
          - `name` string
          - `subattributes` union[]
            - union
              - …
        - object
          - `type` string
          - `multiValued` boolean
          - `description` string
          - `required` boolean
          - `caseExact` boolean
          - `mutability` string
          - `returned` string
          - `uniqueness` string
          - `name` string
        - object
          - `type` string
          - `multiValued` boolean
          - `description` string
          - `required` boolean
          - `caseExact` boolean
          - `mutability` string
          - `returned` string
          - `uniqueness` string
          - `name` string
        - object
          - `type` string
          - `multiValued` boolean
          - `description` string
          - `required` boolean
          - `caseExact` boolean
          - `mutability` string
          - `returned` string
          - `uniqueness` string
          - `name` string
        - object
          - `type` string
          - `multiValued` boolean
          - `description` string
          - `required` boolean
          - `mutability` string
          - `returned` string
          - `name` string
        - object
          - `type` string
          - `multiValued` boolean
          - `description` string
          - `required` boolean
          - `mutability` string
          - `returned` string
          - `uniqueness` string
          - `name` string
          - `subattributes` union[]
            - union
              - …
    - `meta` object
      - `resourceType` string
      - `location` string, uri
  - object
    - `id` string
    - `name` string
    - `description` string
    - `attributes` union[]
      - union
        - object
          - `type` string
          - `multiValued` boolean
          - `description` string
          - `required` boolean
          - `caseExact` boolean
          - `mutability` string
          - `returned` string
          - `uniqueness` string
          - `mapping` object
            - `type` string
            - `key` string
          - `name` string
        - object
          - `type` string
          - `multiValued` boolean
          - `description` string
          - `required` boolean
          - `caseExact` boolean
          - `mutability` string
          - `returned` string
          - `uniqueness` string
          - `mapping` object
            - `type` string
            - `key` string
          - `name` string
        - object
          - `type` string
          - `multiValued` boolean
          - `description` string
          - `required` boolean
          - `caseExact` boolean
          - `mutability` string
          - `returned` string
          - `uniqueness` string
          - `mapping` object
            - `type` string
            - `key` string
          - `name` string
        - object
          - `type` string
          - `multiValued` boolean
          - `description` string
          - `required` boolean
          - `caseExact` boolean
          - `mutability` string
          - `returned` string
          - `uniqueness` string
          - `mapping` object
            - `type` string
            - `key` string
          - `name` string
        - object
          - `type` string
          - `multiValued` boolean
          - `description` string
          - `required` boolean
          - `mutability` string
          - `returned` string
          - `name` string
          - `subattributes` union[]
            - union
              - …
    - `meta` object
      - `resourceType` string
      - `location` string, uri
  - object
    - `id` string
    - `name` string
    - `description` string
    - `attributes` object[]
      - `type` string
      - `multiValued` boolean
      - `description` string
      - `required` boolean
      - `caseExact` boolean
      - `mutability` string
      - `returned` string
      - `uniqueness` string
      - `name` string
    - `meta` object
      - `resourceType` string
      - `location` string, uri

## Other responses

- `403` — 403 Forbidden
- `404` — 404 Not Found
- `500` — 500 Internal Server Error

---

[API](https://skmtc.net/ironcladapp/apis/ironclad-public-api.md) · [All operations](https://skmtc.net/ironcladapp/apis/ironclad-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ironcladapp/ironclad-public-api/versions/9459b4cfc1e0/schema)
