SmartMemory
GET
/memory/pipeline/profiles/{name}

Get a specific pipeline profile by name.

Checks custom profiles first, then falls back to built-in profiles.

Path Parameters

name*Name

Response Body

application/json

application/json

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