Skip to main content
GET
/
catalog
/
values
List the 25 Mnemom catalog values (filterable).
curl --request GET \
  --url https://api.mnemom.ai/v1/catalog/values
{
  "data": [
    {
      "id": "<string>",
      "axis": "<string>",
      "parameters": [],
      "plain_definition": "<string>",
      "gateway_hookable": true,
      "gateway_hook_disposition": "<string>",
      "observer_signals": [
        "<string>"
      ],
      "care_frame_template": "<string>"
    }
  ],
  "count": 1,
  "total": 1
}

Query Parameters

axis
string

Filter to entries on this behavioral axis (e.g., speed↔caution).

Maximum string length: 64
category
enum<string>

Filter to one of the six catalog categories.

Available options:
cognitive,
operational,
relational,
stewardship,
identity,
confidentiality
gateway_hookable
enum<string>

When true, return only entries the dispatcher binds to a gateway hook.

Available options:
true,
false

Response

Catalog list — data[] plus count and total.

data
object[]
required
count
integer
required
Required range: x >= 0
total
integer
required
Required range: x >= 0
catalog_version
enum<string>
required
Available options:
v1