Get an exact Topic Memory revision

POST
/v1/topic-memory/get

Return full progressively-disclosed detail and direct Source evidence for one exact reference.

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer credential resolved to an opaque authenticated Principal by the Server deployment.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/topic-memory/get" \  -H "Content-Type: application/json" \  -d '{    "scope_id": "string",    "artifact": {      "family": "string",      "artifact_id": "string",      "revision": 1    }  }'
{  "artifact": {    "family": "string",    "artifact_id": "string",    "revision": 1  },  "title": "string",  "summary": "string",  "detail": "string",  "source_refs": [    {      "name": "string",      "source_id": "string"    }  ]}