SmartMemory
GET
/memory/procedures/matches

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": {}
    }
  ]
}