---
title: "GET /v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/github-app-status"
method: GET
path: "/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/github-app-status"
tags: ["SkillInventory"]
---

# GET /v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/github-app-status

`GET /v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/github-app-status`

Reports whether the workspace's GitHub App installation is present, healthy, and covers the repos of the inventory's org. Preflight check for the private-indexing opt-in.

## Path parameters

- `workspaceNameOrID` string, required
- `id` string, uuid, required

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, uuid, required
    - `type` 'skill-inventory-github-app-status', required
    - `attributes` object, required
      - `installed` boolean, required
      - `accountMatches` boolean, required
      - `healthy` boolean, required
      - `error` string
      - `repositorySelection` union, required
        - 'all'
        - 'selected'
      - `coverage` object, required
        - `coveredRepoCount` number, required
        - `totalRepoCount` number, required
        - `missingRepos` string[], required

## Other responses

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

---

[API](https://skmtc.net/tessl/apis/tessl-api.md) · [All operations](https://skmtc.net/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tessl/tessl-api/revisions/fbb186825642/schema)
