---
title: "GET /api/ee/workspace/{ws-id}/input/pending"
method: GET
path: "/api/ee/workspace/{ws-id}/input/pending"
tags: ["/api/ee/workspace"]
---

# GET /api/ee/workspace/{ws-id}/input/pending

`GET /api/ee/workspace/{ws-id}/input/pending`

List all input tables that haven't been granted access yet, excluding tables shadowed by workspace outputs.

## Path parameters

- `ws-id` integer, required — value must be an integer greater than zero.

## Response `2XX`

Successful response

- object
  - `inputs` object[], required
    - `db_id` integer, required — value must be an integer greater than zero.
    - `schema` string, nullable, required
    - `table` string, required

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

## Changes

- **2026-03-09** `78297d193ca4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/metabase/apis/metabase-api/changes/api/ee/workspace/:ws-id/input/pending/get.md)

---

[API](https://skmtc.dev/metabase/apis/metabase-api.md) · [All operations](https://skmtc.dev/metabase/apis/metabase-api/llms.txt) · [OpenAPI document](https://skmtc.dev/metabase/apis/metabase-api/revisions/78297d193ca4?raw)
