get
Fetch a single code finding by ID to get its full details: description, severity, status, tags, timestamps, and commit refs. Resolves the card's current code location unless disabled.
Instructions
Fetch a single finding by ID with full body (description, severity, status, tags, meta, timestamps, commit refs).
The result carries an anchor summary saying where this card's code is
NOW: state tells a card with no anchor apart from one whose anchor was
retracted by hand and from one where capture looked and had nothing to
grab, and loc_status/moved_file/path report the resolution against
HEAD when it ran.
Raises a not-found error if the ID does not exist. For lenient batch
lookup that silently drops missing IDs, use query(ids=[...]).
Args:
finding_id: The finding ID (e.g. CB-1383)
resolve_anchors: Resolve the anchor against the repository (default ON — the cost is bounded by one card). Pass False for a read that must not spawn a process: no git available, no repository, or a caller that only wants to know whether an anchor exists at all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| finding_id | Yes | ||
| resolve_anchors | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||