SmartMemory
GET
/memory/procedures/{procedure_id}

Get full procedure detail with recent match history.

Returns the procedure's content, metadata, and optionally the recent match history.

Path Parameters

procedure_id*Procedure Id

Query Parameters

include_matches?Include Matches

Include recent match history

match_limit?Match Limit

Max matches to include

Response Body

application/json

application/json

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