SmartMemory
GET
/memory/patterns/{pattern_id}

Fetch one pattern by id.

Path Parameters

pattern_id*Pattern Id

Response Body

application/json

application/json

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