Conversations

Get conversations for the logged-in user

get
/conversations
Authorizations
Query parameters
wkspIdstringRequired

Workspace ID to filter conversations

Responses
chevron-right
200

Conversations retrieved successfully

application/json
get
/conversations

Get Q&A data for a specific conversation by ID

get
/conversations/{conversationId}
Authorizations
Path parameters
conversationIdstringRequired

ID of the conversation to retrieve

Query parameters
wkspIdstringRequired

Workspace ID to filter data

Responses
chevron-right
200

Conversation retrieved successfully

application/json
get
/conversations/{conversationId}

Delete a conversation and its related Q&A by conversationId

delete
/conversations/{conversationId}
Authorizations
Path parameters
conversationIdstringRequired

The ID of the conversation to delete

Query parameters
wkspIdstringRequired

Workspace ID associated with the conversation

Responses
chevron-right
200

Conversation deleted successfully

application/json
delete
/conversations/{conversationId}

Edit the name of a conversation by conversationId

patch
/conversations/edit-name
Authorizations
Query parameters
wkspIdstringRequired

Workspace ID

Body
conversationIdstringRequiredExample: abc123
updatedNamestringRequiredExample: New Conversation Name
Responses
chevron-right
200

Name updated or already same

application/json
patch
/conversations/edit-name

Last updated