---
title: "List tables shared into a workspace (Teams)"
method: GET
path: "/v1/workspaces/{workspaceId}/shared-tables"
tags: ["Data"]
---

# List tables shared into a workspace (Teams)

`GET /v1/workspaces/{workspaceId}/shared-tables`

Any workspace member can list the shared-table catalog.

## Path parameters

- `workspaceId` string, required

## Response `200`

Shared tables in the workspace

- object
  - `viewerRole` string
  - `sharedTables` object[]
    - `sharedName` string
    - `access` 'read' | 'readwrite'
    - `ownerArtifactId` string
    - `ownerName` string
    - `sourceTable` string

## Other responses

- `403` — Access denied

---

[API](https://skmtc.net/shareout/apis/shareout-rest-api.md) · [All operations](https://skmtc.net/shareout/apis/shareout-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shareout/shareout-rest-api/revisions/804359ead65a/schema)
