cURL
curl --request GET \ --url https://app.docs.bynesoft.com/api/ask/conversations \ --header 'X-API-Key: <api-key>'
{ "conversations": [ { "id": "<string>", "title": "<string>" } ], "nextToken": "<string>" }
List all user’s conversations.
Quantity of retrieved conversations (minimum - 1, maximum - 50)
1 <= x <= 50
Successful Response
Show child attributes