GET
/
bots
/
{bot_id}
/
get_chats
Get Bot Chats
curl --request GET \
  --url https://api.meestream.ai/v1/bots/{bot_id}/get_chats \
  --header 'Authorization: <api-key>'
{
  "download_url": "<string>",
  "expires_in": 123,
  "file_type": "<string>"
}

Authorizations

Authorization
string
header
required

All API endpoints are authenticated using API Keys. The key should be included in the 'Authorization' header, prefixed with 'Token '. Example: 'Authorization: Token YOUR_API_KEY'.

Path Parameters

bot_id
string
required

The unique identifier of the bot.

Response

200 - application/json

Returns the chats for the bot.

download_url
string
required

URL to download the chats file

expires_in
integer
required

Time in seconds until the download URL expires

file_type
string
required

Type of the file containing the chats