latestOpenAPI 3.1.02026-08-21375257351.2 KB

e99c1b6139c8

runtime_mutations
ckg

List Workspace Claims

List claims for a workspace with optional filters and DAG expansion.

HTTP callers receive every matching claim — the per-call recency cap that get_claims applies to the LLM tool path is intentionally not propagated here, since UI surfaces (CKG sidebar, task-DAG coloring, writeup tables) need the full set. claim_ids is repeatable (?claim_ids=C-1&claim_ids=C-2) for bulk lookup of a known set without re-scanning the workspace.

get/api/workspaces/{workspace_id}/claims

Path parameters

workspace_idstring required

Query parameters

claim_typestring nullable
minimum_recall_priority'high' | 'medium' | 'low'

How readily a claim should enter an agent's context.

This is a query-independent prior authored by the agent that files the claim. It is not relevance, confidence, or truth: a Low claim that is highly relevant to the current work must still be able to outrank an irrelevant High one once the recall system ranks candidates.

created_by_task_idstring nullable
degreeinteger
claim_idsstring[] nullable

Response

Successful Response

relatedobject[]