Conversations
Authorizations
X-API-KeystringRequired
API Key. Learn how to get it.
Path parameters
project_idstringRequired
Header parameters
X-User-Idany ofRequired
stringOptional
nullOptional
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
/projects/{project_id}/conversationsAuthorizations
X-API-KeystringRequired
API Key. Learn how to get it.
Path parameters
project_idstringRequired
Header parameters
X-User-Idany ofRequired
stringOptional
nullOptional
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
/projects/{project_id}/sso/conversationsAuthorizations
X-API-KeystringRequired
API Key. Learn how to get it.
Path parameters
conversation_idstringRequired
project_idstringRequired
Query parameters
is_archivedbooleanOptionalDefault:
trueHeader parameters
X-User-Idany ofRequired
stringOptional
nullOptional
Responses
200
Successful Response
application/json
422
Validation Error
application/json
post
/projects/{project_id}/conversations/{conversation_id}/archiveAuthorizations
X-API-KeystringRequired
API Key. Learn how to get it.
Path parameters
conversation_idstringRequired
project_idstringRequired
Header parameters
X-User-Idany ofRequired
stringOptional
nullOptional
Responses
200
Successful Response
application/json
Responseany
422
Validation Error
application/json
delete
/projects/{project_id}/conversations/{conversation_id}No content
Rename a conversation.
Args: conversation_id: The ID of the conversation to rename request: The request containing the new title project_metadata: The metadata of the project the conversation belongs to conversation_service: Service for managing conversations user_id: ID of the authenticated user
Returns: The updated conversation
Authorizations
X-API-KeystringRequired
API Key. Learn how to get it.
Path parameters
conversation_idstringRequired
project_idstringRequired
Header parameters
X-User-Idany ofRequired
stringOptional
nullOptional
Body
titlestringRequired
Responses
200
Successful Response
application/json
422
Validation Error
application/json
post
/projects/{project_id}/conversations/{conversation_id}/renameLast updated
Was this helpful?

