Memory types
Get memory type
Retrieve a memory type by unique id.
Authorization
bearerAuth AuthorizationBearer <token>
Provide your secret key as Authorization: Bearer sk_....
In: header
Path Parameters
memoryTypeId*string
Response Body
application/json
curl -X GET "https://example.com/v1/memory-types/string"{ "id": "example-id", "createdAt": "2024-04-08T17:02:27.887295Z", "name": "example_memory_type", "description": "This is an example memory type.", "type": "SEMANTIC", "metadataSource": { "identityMetaKeyId": "mmk_identity", "updatedAtMetaKeyId": "mmk_updated_at" }, "metadataFields": [ { "name": "example_field", "description": "This is an example metadata field.", "fieldType": "STRING" } ]}