List all chats for a project with optional filtering
Parameters: - project_id: The ID of the project to list chats for - owner: Optional owner to filter chats by
Path parameters
project_idstringRequired
Query parameters
ownerstringOptional
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
GET /v1/projects/{project_id}/chats HTTP/1.1
Host: api.chicory.ai
Accept: */*