---
title: "GET /table-summaries"
method: GET
path: "/table-summaries"
tags: ["TablesService"]
---

# GET /table-summaries

`GET /table-summaries`

Gets an array of summaries for tables for a schema and catalog within the metastore. The table summaries returned are either:
 - summaries for tables (within the current metastore and parent catalog and schema), when the user is a metastore admin, or:
 - summaries for tables and schemas (within the current metastore and parent catalog) for which the user has ownership or the
   SELECT privilege on the table and ownership or USE_SCHEMA privilege on the schema, provided that the user also has ownership
   or the USE_CATALOG privilege on the parent catalog.

 There is no guarantee of a specific ordering of the elements in the array.

## Query parameters

- `catalogName` string
- `schemaNamePattern` string
- `tableNamePattern` string
- `maxResults` integer
- `pageToken` string
- `includeManifestCapabilities` boolean

## Response `200`

OK

- ListTableSummariesResponse
  - `tables` TableSummary[] — The table summaries returned.
    - `fullName` string — The full name of the table.
    - `tableType` integer
  - `nextPageToken` string — The next_page_token value to include in the next List request.

## 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)
