---
title: "GET /experimental/workspaces/{workspaceId}/inventory"
method: GET
path: "/experimental/workspaces/{workspaceId}/inventory"
tags: ["Workspaces"]
---

# GET /experimental/workspaces/{workspaceId}/inventory

`GET /experimental/workspaces/{workspaceId}/inventory`

Lists the workspace's repository inventory (tile.json files discovered via the SCM integration).

## Path parameters

- `workspaceId` string, uuid, required

## Query parameters

- `integrationId` string, uuid, required
- `filter[id]` string
- `filter[id][eq]` string
- `filter[tile]` string
- `filter[tile][like]` string
- `filter[tile][nlike]` string
- `filter[q]` string
- `includeInventoryDetails` boolean

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
    - `next` string, uri, nullable, required
    - `prev` string, uri, nullable, required
  - `meta` object, required
    - `count` number, required
  - `data` object[], required
    - `id` string, required
    - `type` 'inventory-item', required
    - `attributes` union, required
      - object
        - `name` string, required
        - `enabled` boolean, required
        - `updatedAt` string, date-time, nullable, required
        - `url` string, nullable, required
        - `provider` union, required
          - 'github'
          - 'gitlab'
          - 'bitbucket'
          - 'azuredevops'
          - 'mockhub'
        - `meta` object, required
        - `tiles` object[], required
          - `name` string, required
          - `version` string, required
      - object
        - `name` string, required
        - `error` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-09-15** `d50a02b79ad3` — 3 info
  - added the optional property `error/code` to the response with the `403` status
  - added the optional property `error/url` to the response with the `403` status
  - added `subschema #4` to the `data/items/attributes/anyOf[subschema #1]/provider` response property `anyOf` list for the response status `200`

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/experimental/workspaces/:workspaceId/inventory/get.md)

---

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