Request asynchronous Topic Memory processing

POST
/v1/topic-memory/flush

Persist a flush generation without waiting for background processing to complete.

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/flush" \  -H "Content-Type: application/json" \  -d '{    "scope_id": "string"  }'
{  "status": "accepted"}