SmartMemory
GET
/memory/archive/{archive_uri}

Retrieve a previously stored archive artifact by URI.

Path Parameters

archive_uri*Archive Uri

Response Body

application/json

application/json

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