bruno/memori-backend/Analysis/Lists Deep Thought User-query Match objects of the specified Analysis object- with pagination-.bru

23 lines
388 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
name: Lists Deep Thought User-query Match objects of the specified Analysis object- with pagination-
type: http
seq: 2
}
get {
url: https://backend.memori.ai/api/v2/Analysis/UserQueryMatches/{strToken}/{strAnalysisID}/{from}/{howMany}/{threshold}
body: none
auth: none
}
params:query {
~threshold:
}
params:path {
strToken:
strAnalysisID:
from:
howMany:
}