History
Body
querystringRequired
Search query string.
pageintegerOptional
Page number (0-based) for paginated results.
countintegerOptional
Number of results per page.
Responses
200
Success
application/json
400
Bad request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
post
/api/v1/agent/searchBody
questionstringOptional
User's question or message.
maxResultsintegerOptional
Max number of results or steps (defaults to 5).
additionalInstructionsstringOptional
Additional instructions or context for the agent.
conversationIdstringOptional
ID of an existing conversation (for follow-ups; omit for new questions).
sincestring · date-timeOptional
If provided, get history messages since this timestamp (used in history request).
Responses
200
Success
application/json
400
Bad request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
post
/api/v1/agent/historyLast updated
Was this helpful?
