Hi @Nubaid! The Mattermost API probably does not return deleted posts by default in search results. However, it looks like you can retrieve deleted posts using the GetPostsForChannel
API with the include_deleted
parameter set to true
. More details can be found in the API documentation. Hope that helps!