Return aggregated procedure match statistics for the current workspace.
Response Body
application/json
curl -X GET "https://example.com/memory/procedures/matches/stats"nullGet Procedure Evolution
Get evolution history for a procedure. Returns a list of evolution events showing how the procedure was discovered and refined over time. Args: procedure_id: The procedure ID to get history for limit: Maximum number of events to return (default 20) offset: Number of events to skip (default 0) Returns: Evolution history with current version and event list
Get Procedure
Get full procedure detail with recent match history. Returns the procedure's content, metadata, and optionally the recent match history.