bruno/memori-engine/Search/Searches for matching Memory objects- with pagination-.bru
2024-07-16 11:15:30 +03:00

18 lines
263 B
Plaintext

meta {
name: Searches for matching Memory objects- with pagination-
type: http
seq: 2
}
post {
url: https://engine.memori.ai/memori/v2/Search/{strSessionID}/{from}/{howMany}
body: json
auth: none
}
params:path {
strSessionID:
from:
howMany:
}