---
title: "Reads all Schemas"
method: GET
path: "/api/2026-07-01/resources/custom_resources/schemas"
tags: ["CustomResources > Schema"]
---

# Reads all Schemas

`GET /api/2026-07-01/resources/custom_resources/schemas`

Reads all Schemas

## Query parameters

- `ids[]` string[] — Schemas identifiers

## Response `200`

OK

- object
  - `data` CustomResourcesSchema[]
    - `id` string, required — Schema identifier
    - `name` string, required — Schema name
    - `company_id` string, required — Company identifier where this schema belongs
    - `hidden` boolean, required — Manages visibility of the schema
    - `position` integer — Schema position within employee profile
  - `meta` PagedIndexMeta
    - `start_cursor` string
    - `end_cursor` string
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `limit` integer, required
    - `total` integer, required

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/versions/1a6bffb20f7d/schema)
