Conversations
Authorizations
Query parameters
wkspIdstringRequired
Workspace ID to filter conversations
Responses
200
Conversations retrieved successfully
application/json
401
Unauthorized - Missing or invalid token
500
Internal Server Error
application/json
get
/conversationsAuthorizations
Path parameters
conversationIdstringRequired
ID of the conversation to retrieve
Query parameters
wkspIdstringRequired
Workspace ID to filter data
Responses
200
Conversation retrieved successfully
application/json
400
Missing conversation ID
application/json
401
Unauthorized
500
Internal Server Error
get
/conversations/{conversationId}Authorizations
Path parameters
conversationIdstringRequired
The ID of the conversation to delete
Query parameters
wkspIdstringRequired
Workspace ID associated with the conversation
Responses
200
Conversation deleted successfully
application/json
400
Missing conversation ID
application/json
401
Unauthorized - JWT token missing or invalid
500
Internal Server Error
application/json
delete
/conversations/{conversationId}Authorizations
Query parameters
wkspIdstringRequired
Workspace ID
Body
conversationIdstringRequiredExample:
abc123updatedNamestringRequiredExample:
New Conversation NameResponses
200
Name updated or already same
application/json
400
Missing required fields
application/json
404
Conversation not found
application/json
500
Internal Server Error
application/json
patch
/conversations/edit-nameLast updated