---
title: "GET /shares/{share}}/schemas"
method: GET
path: "/shares/{share}}/schemas"
tags: ["DeltaSharingService"]
---

# GET /shares/{share}}/schemas

`GET /shares/{share}}/schemas`

List the schemas in a share.

## Path parameters

- `share` string, required

## Query parameters

- `maxResults` integer
- `pageToken` string

## Response `200`

OK

- ListSharingSchemasResponse — Response for ListSharingSchemasRequest.
  - `items` SharingSchema[] — The schemas that were requested.
    - `name` string — The name of the schema
    - `share` string — The share name that the schema belongs to.
    - `id` string — Unique identifier for the schema.
  - `nextPageToken` string — Token that can be used to retrieve the next page of schemas. An empty or missing token means that no more schemas are available for retrieval.

## Other responses

- `default` — Default error response

---

[API](https://skmtc.net/delta-incubator/apis/delta-sharing-api.md) · [All operations](https://skmtc.net/delta-incubator/apis/delta-sharing-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/delta-incubator/delta-sharing-api/versions/a47a0389fffc/schema)
