---
title: "Query a workspace-shared table (Teams)"
method: POST
path: "/v1/data/{artifactId}/workspace/tables/{sharedName}/query"
tags: ["Data"]
---

# Query a workspace-shared table (Teams)

`POST /v1/data/{artifactId}/workspace/tables/{sharedName}/query`

Read rows from a table another artifact shared into this workspace. Same query body as the per-artifact table query. Writing (insert/update/delete) is allowed only when the owner shared the table as readwrite.

## Request body

- object

## Response `200`

Matching rows

## Other responses

- `403` — Access denied
- `404` — Resource not found

---

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