Assistants
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
projectIdentifierstringRequired
Query parameters
pageNumberinteger · int32Optional
The page number to retrieve.
pageSizeinteger · int32Optional
The number of items per page.
searchTextstringOptional
Optional search text to filter assistants.
sortinginteger · enumOptionalPossible values:
The sorting option for the results.
descbooleanOptionalDefault:
Whether to sort in descending order.
trueResponses
200
OK
403
Forbidden
get
/projects/{projectIdentifier}/assistantsAuthorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
projectIdentifierstringRequired
Body
namestring · nullableRequired
descriptionstring · nullableOptional
documentObjectIdentifiersstring · uuid[] · nullableOptional
Responses
200
OK
400
Bad Request
403
Forbidden
post
/projects/{projectIdentifier}/assistantsAuthorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
The unique identifier of the assistant to retrieve.
projectIdentifierstringRequired
Responses
200
OK
403
Forbidden
404
Not Found
get
/projects/{projectIdentifier}/assistants/{objectIdentifier}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
The unique identifier of the assistant to update.
projectIdentifierstringRequired
Body
namestring · nullableOptional
descriptionstring · nullableOptional
autoRenameboolean · nullableOptional
modelIdentifierstring · uuid · nullableOptional
Responses
200
OK
400
Bad Request
403
Forbidden
404
Not Found
put
/projects/{projectIdentifier}/assistants/{objectIdentifier}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
The unique identifier of the assistant to delete.
projectIdentifierstringRequired
Responses
204
No Content
403
Forbidden
404
Not Found
delete
/projects/{projectIdentifier}/assistants/{objectIdentifier}No content
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
projectIdentifierstringRequired
Body
documentIdsstring · uuid[] · nullableOptional
Responses
200
OK
Responseinteger · int64
400
Bad Request
403
Forbidden
post
/projects/{projectIdentifier}/assistants/query-token-lengthLast updated
