Phase 11b: pool recent facts and consolidate into observations. Scope-gated: only facts in the caller's memory:read region are pooled, and only groups in the caller's memory:write region are persisted (others are returned as dry-run previews).

post/api/v1/{context_id}/consolidate

Path parameters

context_idstring required

Spectron context id

Request body

dryRunboolean
factLimitinteger nullable
observationLimitinteger nullable

Response

createdinteger required
dryRunboolean required
supersededinteger required
traceIdstring required
updatedinteger required

Changes

Changed in 1 of the 5 revisions of this API.2

    • added the non-success response with the status 503

      response-non-success-status-added

    • added the required property outcomes/items/persisted to the response with the 200 status

      response-required-property-added