For the complete documentation index, see llms.txt. This page is also available as Markdown.

List of Conversations

Returns a list of conversations for the user based on the agent ID.

Type: GET

End Point: /api/Chat/GetConversations/{agentid}/{results}/{metadatasearch}

Parameters:

  • agentid-string (path)

    • Description: agentid

  • results-integer($int32) (path)

    • Description: results

  • metadatasearch-string (path)

    • Description: metadatasearch

Last updated