SmartMemory
GET
/memory/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.

Query Parameters

limit?Limit

Maximum procedures to return

offset?Offset

Pagination offset

sort_by?|

Sort field

sort_order?Sort Order

Sort direction

Response Body

application/json

application/json

curl -X GET "https://example.com/memory/procedures"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}