# Checking unattended posts via the API

**URL:** https://meta.discourse.org/t/checking-unattended-posts-via-the-api/109166
**Category:** Development
**Tags:** rest-api
**Created:** [February 14, 2019, 4:53pm UTC](https://meta.discourse.org/t/checking-unattended-posts-via-the-api/109166 "2019-02-14T16:53:40Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![bitce](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bitce/32/131527_2.png) [@bitce](https://meta.discourse.org/u/bitce)
#### Post date: [February 14, 2019, 4:53pm UTC](https://meta.discourse.org/t/checking-unattended-posts-via-the-api/109166/1 "2019-02-14T16:53:40Z")

</div>

Hi guys!

My goal is to create a pipeline that would run in a CI system to make sure that we aren’t forgetting or leaving threads without replies.

Is there an ‘easy’ way to do this? What I mean to ask is if there is a way to exclude admin users from an endpoint (`client.topics_by`) or does anyone have an existing solution for something similar already? 🙂

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [March 7, 2019, 1:38pm UTC](https://meta.discourse.org/t/checking-unattended-posts-via-the-api/109166/2 "2019-03-07T13:38:48Z")

</div>

Have you tried using the search with the “`status:noreplies`” term?
