Conversation

Export Chats

get
Authorizations
AuthorizationstringRequired

Enter your JWT token (without 'Bearer ' prefix)

Query parameters
file_formatstringOptionalDefault: txt
Responses
chevron-right
200

Successful Response

application/json
anyOptional
get
/api/v1/conversations/all/export

No content

User Feedback By Qa Id

post
Authorizations
AuthorizationstringRequired

Enter your JWT token (without 'Bearer ' prefix)

Path parameters
qa_idintegerRequired
Body
messagestringRequired
Responses
chevron-right
200

Successful Response

application/json
anyOptional
post
/api/v1/conversations/{qa_id}/user_feedback

No content

Archive Conversation

post

Archive a conversation by its ID.

Authorizations
AuthorizationstringRequired

Enter your JWT token (without 'Bearer ' prefix)

Path parameters
conversation_idintegerRequired
Responses
chevron-right
200

Successful Response

application/json
anyOptional
post
/api/v1/conversations/{conversation_id}/archive

No content

Get Archived Conversations

get

Retrieve archived conversations for a specific user. Returns only the specified user's archived conversations.

Authorizations
AuthorizationstringRequired

Enter your JWT token (without 'Bearer ' prefix)

Query parameters
usernamestringRequired

Username to filter archived conversations (required)

Responses
chevron-right
200

Successful Response

application/json
anyOptional
get
/api/v1/conversations/archived_conversations

No content

Unarchive Conversation

post

Unarchive a conversation by its ID.

Authorizations
AuthorizationstringRequired

Enter your JWT token (without 'Bearer ' prefix)

Path parameters
conversation_idintegerRequired
Responses
chevron-right
200

Successful Response

application/json
anyOptional
post
/api/v1/conversations/{conversation_id}/unarchive

No content

Export Conversation By Id

get
Authorizations
AuthorizationstringRequired

Enter your JWT token (without 'Bearer ' prefix)

Path parameters
conversation_idintegerRequired
Query parameters
file_formatstringOptionalDefault: txt
Responses
chevron-right
200

Successful Response

application/json
anyOptional
get
/api/v1/conversations/{conversation_id}/export

No content

Get All Conversations By Project Id

get
Authorizations
AuthorizationstringRequired

Enter your JWT token (without 'Bearer ' prefix)

Path parameters
project_idintegerRequired
Responses
chevron-right
200

Successful Response

application/json
anyOptional
get
/api/v1/conversations/all/{project_id}

No content

Last updated