---
title: "Get All Table Joins"
method: GET
path: "/v1/table/{table_id}/joins"
tags: ["Table"]
---

# Get All Table Joins

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

Retrieve all joins associated with a table.

## Path parameters

- `table_id` string, uuid, required

## Response `200`

Successfully retrieved all table joins.

- object
  - `metadata` object
  - `data` TableJoin[]
    - `publicId` string, uuid
    - `joinTableId` string
    - `joinViewId` string
    - `isOneToMany` boolean
    - `joinColumns` TableColumnJoin[]
      - `sourceColumnId` string
      - `targetColumnId` string
    - `dataColumns` TableJoinImportedColumns[]
      - `sourceColumnId` string
      - `targetColumnId` string

## Other responses

- `403` — Unauthorized action - User lacks necessary permissions.
- `404` — Table not found.

---

[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)
