Get change history for a registry.
Requires authentication and validates registry ownership.
Path Parameters
registry_id*Registry Id
Query Parameters
limit?Limit
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/ontology/registry/string/changelog"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}