---
title: "GET /experimental/orgs/{orgId}/context/count"
method: GET
path: "/experimental/orgs/{orgId}/context/count"
tags: ["Orgs", "Context"]
---

# GET /experimental/orgs/{orgId}/context/count

`GET /experimental/orgs/{orgId}/context/count`

Counts the org Context collection across every accessible workspace, with the same family grouping, visibility, and optional repeatable workspaceId scope as the org Context list.

## Path parameters

- `orgId` string, uuid, required

## Query parameters

- `workspaceId` union
  - string, uuid
  - string[]

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, uuid, required
    - `type` 'org-context-count', required
    - `attributes` object, required
      - `total` integer, required

## Other responses

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

## Changes

- **2026-09-15** `d50a02b79ad3` — 2 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
- **2026-09-10** `e57a144d1cab` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/experimental/orgs/:orgId/context/count/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/6da83f4191fc?raw)
