Assistants
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
projectIdentifierstringRequired
Query parameters
pageNumberinteger · int32Optional
pageSizeinteger · int32Optional
searchTextstringOptional
sortingstring · enumOptionalPossible values:
descbooleanOptionalDefault:
trueResponses
200
OK
objectIdentifierstring · uuidOptional
namestring · nullableRequired
descriptionstring · nullableOptional
dateAddedstring · date-timeOptional
estimatedTokenCountinteger · int32Optional
assistantMessageCountinteger · int32Optional
userMessageCountinteger · int32Optional
totalCountinteger · int32Optional
403
Forbidden
get/projects/{projectIdentifier}/assistants
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
projectIdentifierstringRequired
Body
namestring · nullableRequired
descriptionstring · nullableOptional
documentObjectIdentifiersstring · uuid[] · nullableOptional
Responses
200
OK
objectIdentifierstring · uuidOptional
namestring · nullableRequired
descriptionstring · nullableOptional
dateAddedstring · date-timeOptional
estimatedTokenCountinteger · int32Optional
assistantMessageCountinteger · int32Optional
userMessageCountinteger · int32Optional
totalCountinteger · int32Optional
400
Bad Request
403
Forbidden
post/projects/{projectIdentifier}/assistants
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
projectIdentifierstringRequired
Responses
200
OK
objectIdentifierstring · uuidOptional
namestring · nullableRequired
descriptionstring · nullableOptional
dateAddedstring · date-timeOptional
estimatedTokenCountinteger · int32Optional
assistantMessageCountinteger · int32Optional
userMessageCountinteger · int32Optional
totalCountinteger · int32Optional
403
Forbidden
404
Not Found
get/projects/{projectIdentifier}/assistants/{objectIdentifier}
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
projectIdentifierstringRequired
Body
namestring · nullableOptional
descriptionstring · nullableOptional
autoRenameboolean · nullableOptional
modelIdentifierstring · uuid · nullableOptional
Responses
200
OK
objectIdentifierstring · uuidOptional
namestring · nullableRequired
descriptionstring · nullableOptional
dateAddedstring · date-timeOptional
estimatedTokenCountinteger · int32Optional
assistantMessageCountinteger · int32Optional
userMessageCountinteger · int32Optional
totalCountinteger · int32Optional
400
Bad Request
403
Forbidden
404
Not Found
put/projects/{projectIdentifier}/assistants/{objectIdentifier}
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
projectIdentifierstringRequired
Responses
204
No Content
No content
403
Forbidden
404
Not Found
delete/projects/{projectIdentifier}/assistants/{objectIdentifier}
No content
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
projectIdentifierstringRequired
Body
idsstring · uuid[] · nullableOptional
Responses
200
OK
integer · int64Optional
400
Bad Request
403
Forbidden
post/projects/{projectIdentifier}/assistants/query-token-length
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
projectIdentifierstringRequired
Responses
200
OK
string · binaryOptional
403
Forbidden
post/projects/{projectIdentifier}/assistants/{objectIdentifier}/export
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
sessionFileIdentifierstring · uuidRequired
projectIdentifierstringRequired
Responses
200
OK
string · binaryOptional
403
Forbidden
404
Not Found
get/projects/{projectIdentifier}/assistants/{objectIdentifier}/session-files/{sessionFileIdentifier}
Last updated
