---
title: "Get All Share Docs"
method: GET
path: "/dbt/dbt_docs_share/all"
tags: ["DBT_DOCS_SHARE"]
---

# Get All Share Docs

`GET /dbt/dbt_docs_share/all`

Get all shareable links for the given docs

## Query parameters

- `projects` string[], nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- DBTDocsShareGetAllResponse[]
  - `share_id` integer, required
  - `name` string, required
  - `description` string, nullable
  - `expires_at` string, nullable
  - `created_at` string, required
  - `updated_at` string, required
  - `owner` integer, required
  - `open_conversations` integer
  - `resolved_conversations` integer
  - `user` UserIndexResponse, required
    - `id` integer, required
    - `uuid` string, uuid, required
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `email` string, required
    - `phone` string, nullable
    - `is_active` boolean, required
    - `is_verified` boolean, required
    - `is_invited` boolean, required
    - `is_onboarded` boolean, required
    - `created_at` string, nullable, required
    - `role_title` string, nullable
    - `display_name` string, nullable
    - `attributes` object, nullable
    - `deleted_at` string, date-time, nullable
    - `last_login_at` string, nullable
    - `role_source` string, nullable
    - `has_role_conflict` boolean
    - `sso_resolved_role_id` integer, nullable
    - `sso_resolved_role_title` string, nullable
  - `project_name` string, required
  - `project_metadata` object, required
  - `conversation_group` unknown[], nullable
    - unknown

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

---

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