curl --request GET \
--url https://api.boostgpt.co/v1/bot/chat/read \
--header 'Authorization: Bearer <token>'{
"total": 123,
"conversation": [
{
"uuid": "<string>",
"chat_id": "<string>",
"content": "<string>",
"role": "user",
"model": "<string>",
"complexity": "<string>",
"reasoning_type": "<string>",
"estimated_time_ms": "<string>",
"estimated_cost": "<string>",
"confidence": "<string>",
"channel": "<string>",
"credit_used": "<string>",
"confidence_score": "<string>",
"tokens": 123,
"upvotes": 123,
"downvotes": 123,
"reasoning": {},
"preference": {
"model": "<string>",
"maxTokens": 123,
"complexity": "<string>",
"reasoningType": "<string>"
},
"sources": [
{
"url": "<string>",
"tags": [
"<string>"
],
"type": "<string>",
"title": "<string>",
"favicon": "<string>",
"source_id": "<string>",
"citation_number": 123
}
],
"updated_at": "2023-11-07T05:31:56Z",
"user": {
"uuid": "<string>",
"email": "<string>",
"name": "<string>",
"avatar": "<string>",
"avatar_link": "<string>"
},
"isToolExecuting": true
}
],
"pagination": {
"page": 123,
"per_page": 123,
"total": 123,
"total_pages": 123
}
}Fetch messages from a specific chat conversation
curl --request GET \
--url https://api.boostgpt.co/v1/bot/chat/read \
--header 'Authorization: Bearer <token>'{
"total": 123,
"conversation": [
{
"uuid": "<string>",
"chat_id": "<string>",
"content": "<string>",
"role": "user",
"model": "<string>",
"complexity": "<string>",
"reasoning_type": "<string>",
"estimated_time_ms": "<string>",
"estimated_cost": "<string>",
"confidence": "<string>",
"channel": "<string>",
"credit_used": "<string>",
"confidence_score": "<string>",
"tokens": 123,
"upvotes": 123,
"downvotes": 123,
"reasoning": {},
"preference": {
"model": "<string>",
"maxTokens": 123,
"complexity": "<string>",
"reasoningType": "<string>"
},
"sources": [
{
"url": "<string>",
"tags": [
"<string>"
],
"type": "<string>",
"title": "<string>",
"favicon": "<string>",
"source_id": "<string>",
"citation_number": 123
}
],
"updated_at": "2023-11-07T05:31:56Z",
"user": {
"uuid": "<string>",
"email": "<string>",
"name": "<string>",
"avatar": "<string>",
"avatar_link": "<string>"
},
"isToolExecuting": true
}
],
"pagination": {
"page": 123,
"per_page": 123,
"total": 123,
"total_pages": 123
}
}Enter your API key
Project ID
Agent ID
Chat ID
Page number
Items per page
Was this page helpful?