---
title: "Get Preloaded Context Claims"
method: GET
path: "/v1/store/workspaces/{workspace_id}/preloaded-context-claims"
tags: ["store"]
---

# Get Preloaded Context Claims

`GET /v1/store/workspaces/{workspace_id}/preloaded-context-claims`

Knowledge injected into agent context for this workspace.

The workspace is resolved server-side from the workspace the caller already
proved they own, so a client cannot widen its own read by asking for
another workspace's global knowledge.

``run_scope`` narrows the read to claims filed inside one isolated-run
namespace. It can only ever shrink the result set, so it needs no
authorization of its own beyond the workspace ownership check above.

## Path parameters

- `workspace_id` string, required

## Query parameters

- `run_scope` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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