Process the pending Source window into Memory

POST
/v1/memory/flush

Run one bounded Source-to-Memory activation for operational control and testing.

Authorization

BearerAuth
AuthorizationBearer <token>

Static bearer token used when local Server authentication is enabled.

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

curl -X POST "https://example.com/v1/memory/flush" \  -H "Content-Type: application/json" \  -d '{    "scope_id": "string"  }'
{  "status": "idle",  "previous_cursor": 0,  "current_cursor": 0,  "high_watermark": 0,  "processed_source_count": 0,  "memory": {    "family": "string",    "artifact_id": "string",    "revision": 1  }}