---
title: "GET /linkconnections/{linkConnectionName}/linktables"
method: GET
path: "/linkconnections/{linkConnectionName}/linktables"
tags: ["linkConnections"]
---

# GET /linkconnections/{linkConnectionName}/linktables

`GET /linkconnections/{linkConnectionName}/linktables`

List the link tables of a link connection

## Path parameters

- `linkConnectionName` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK

- LinkTableListResponse
  - `value` LinkTableResource[] — List link table value
    - `id` string — Link table id
    - `name` string — Link table name
    - `source` LinkTableRequestSource
      - `tableName` string — Source table table name
      - `schemaName` string — Source table schema name
    - `target` LinkTableRequestTarget
      - `tableName` string — Target table table name
      - `schemaName` string — Target table schema name
      - `distributionOptions` LinkTableRequestTargetDistributionOptions
        - `type` string — Target table distribution type
        - `distributionColumn` string — Target table distribution column
      - `structureOptions` LinkTableRequestTargetStructureOptions
        - `type` string — Target table structure type

## Other responses

- `default` — An error response received from the Azure Synapse service.

---

[API](https://skmtc.net/azuresynapse/apis/artifactsclient-4.md) · [All operations](https://skmtc.net/azuresynapse/apis/artifactsclient-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azuresynapse/artifactsclient-4/versions/fc1fdc654d4b/schema)
