---
title: "GetTablePreview"
method: POST
path: "/textql.rpc.public.connector.ConnectorService/GetTablePreview"
tags: ["ConnectorService"]
---

# GetTablePreview

`POST /textql.rpc.public.connector.ConnectorService/GetTablePreview`

## Headers

- `Connect-Protocol-Version` 1, required — Define the version of the Connect protocol
- `Connect-Timeout-Ms` number — Define the timeout, in ms

## Request body

- TextqlRpcPublicConnectorGetTablePreviewRequest
  - `connectorId` integer
  - `tableDatabase` string
  - `tableSchema` string
  - `tableName` string
  - `limit` integer

## Response `200`

Success

- TextqlRpcPublicConnectorGetTablePreviewResponse
  - `arrowData` string, byte
  - `success` boolean
  - `errorMessage` string

## Other responses

- `default` — Error

---

[API](https://skmtc.net/textql/apis/textql-rpc-platform.md) · [All operations](https://skmtc.net/textql/apis/textql-rpc-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textql/textql-rpc-platform/revisions/31ce2b0c4427/schema)
