Forum Discussion
HariniVuppala
2 months agoExpert
CarlaAYou can fetch the messages that are not marked as SPAM by including the following condition in your query: moderation_status: "approved".
For ex: select count(*) from messages where moderation_status="approved" and post_time>=2025-01-01T00:00:00.000-00:00 and post_time <= 2025-02-26T23:59:59.999-00:00
Related Content
- 2 years ago
- 8 months ago
- 3 years ago