Return procedure match history for the current workspace.
Query Parameters
start_date?|
ISO date string (inclusive)
end_date?|
ISO date string (inclusive)
procedure_id?|
Filter by procedure ID
feedback?|
Filter by feedback: success | failure | neutral
limit?Limit
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/procedures/matches"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}List Procedure Candidates
List procedure promotion candidates from working memory patterns. Analyzes working memory items to find repeated patterns that could be promoted to stored procedures for reuse. Returns candidates sorted by recommendation score (highest first).
List Procedures
List all procedural memories with aggregated match statistics. Returns procedures from the graph database joined with match stats from MongoDB. Supports pagination and sorting by match_count, success_rate, created_at, or name.