---
title: "GET /v1/workspaces/{workspaceNameOrID}/context"
method: GET
path: "/v1/workspaces/{workspaceNameOrID}/context"
tags: ["Context"]
---

# GET /v1/workspaces/{workspaceNameOrID}/context

`GET /v1/workspaces/{workspaceNameOrID}/context`

Lists the workspace Context collection: one family-deduplicated row per accessible, in-scope context occurrence in the workspace source set (active Inventory repositories and published registry plugins). Occurrence-only and read-only; References are not exposed. Cursor paginated, sortable by name or -updatedAt, and filterable by kind, relationship state, provider, and free text over name/description.

## Path parameters

- `workspaceNameOrID` string, required

## Query parameters

- `sort` union
  - 'name'
  - '-updatedAt'
- `page[size]` number
- `page[after]` string
- `filter[kind]` string
- `filter[state]` union
  - 'published'
  - 'in-codebases'
- `filter[provider]` string
- `filter[q]` string

## 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` 'workspace-context-row', required
    - `attributes` object, required
      - `kind` string, required
      - `name` string, required
      - `description` string, nullable, required
      - `states` object, required
        - `published` boolean, required
        - `inCodebases` boolean, required
      - `canonical` object, nullable, required
        - `lineageId` string, required
        - `sourceUrl` string, required
        - `provider` string, required
        - `slug` string, required
        - `owner` string, nullable, required
        - `repo` string, nullable, required
        - `registry` object, nullable, required
          - `workspaceName` string, required
          - `tileName` string, required
      - `locations` object, required
        - `total` integer, required
        - `repositories` integer, required
        - `published` integer, required
      - `containment` object, nullable, required
        - `pluginLineageId` string, required
        - `pluginName` string, required
      - `providers` string[], required
      - `lastObservedAt` string, date-time, 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/versions/fbb186825642/schema)
