bruno/memori-engine/Search/Searches for matching Memory objects- with pagination-.bru

18 lines
263 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
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:
}