Search current Topic Memory heads

POST
/v1/topic-memory/search

Select the deployment-owned FTS or hybrid mode without accepting caller-selected retrieval controls.

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

curl -X POST "https://example.com/v1/topic-memory/search" \  -H "Content-Type: application/json" \  -d '{    "scope_id": "string",    "query": "string"  }'
{  "mode": "fts",  "hits": [    {      "artifact": {        "family": "string",        "artifact_id": "string",        "revision": 1      },      "title": "string",      "summary": "string",      "snippet": "string",      "score": 0,      "matched_by": [        "topic_fts"      ]    }  ]}