Read a project record
project_get_recordFetch a canonical project record by stable ID to retrieve its body, revision, outgoing references, backlinks, and health signals, ensuring the revision matches what later writes expect.
Instructions
Read one canonical project record by stable ID, including body, revision, outgoing references, backlinks and health signals. The revision it returns is what a later write passes as expectedRevision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Stable record ID of any family: T-0042, DOC-0003, CHG-0101, REL-0007, ADR-0009. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record | Yes | A canonical record with its body, revision and reference graph. |