GET
/
conversations
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>"
}

Authorizations

X-API-Key
string
header
required

Query Parameters

take
integer
default:50

Quantity of retrieved conversations (minimum - 1, maximum - 50)

Required range: 1 <= x <= 50
startingToken
string | null

Response

200
application/json
Successful Response
conversations
object[]
required
nextToken
string | null
required