---
title: "Check Documents Table is Used In"
method: GET
path: "/v1/table/{table_id}/used"
tags: ["Table"]
---

# Check Documents Table is Used In

`GET /v1/table/{table_id}/used`

Check and return a list of documents, table joins, and selects where the specified table is used.

## Path parameters

- `table_id` string, uuid, required

## Response `200`

Successfully retrieved the usage information of the table

- object
  - `data` object[]
    - `name` string — Name of the document, join or select where the table is used
    - `link` string — Direct link to the document, join or select
    - `type` string — Type of usage (process, sourceJoin, targetJoin, sourceSelect, etc.)
  - `metadata` object

---

[API](https://skmtc.net/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.net/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/versions/9c58c1c1e7e8/schema)
