---
title: "Get a paged array of screeners"
method: GET
path: "/screeners"
tags: ["screener"]
---

# Get a paged array of screeners

`GET /screeners`

Get a paged array of screeners

## Query parameters

- `id_gt` integer, nullable — The starting object id of the next page
- `id_lt` integer, nullable — The starting object id of the previous page
- `update_gt` union — Search for objects updated after this date time
  - string
  - string
- `update_lt` union — Search for objects updated before this date time
  - string
  - string
- `include_archived` 'true' | 'false', nullable — Whether archived objects should be retrieved, default is false
- `create_gt` union — Search for screener item added after specified date
  - string
  - string
  - unknown
- `create_lt` union — Search for screener item added before specified date
  - string
  - string
  - unknown
- `isAccepted` 'true' | 'false', nullable — Is the screener accepted or rejected
- `isTriaging` 'true' | 'false', nullable — Is the screener item active or closed
- `formIds` number[], nullable
- `screenerTags` string[], nullable

## Response `200`

A paged array of screeners

- object
  - `data` object[], required
    - `id` integer, required — Screener Item Id
    - `patientId` integer, nullable, required — The id of the patient associated to the screener item
    - `triaging` boolean, nullable — Is the screener item active or closed
    - `formId` number, nullable, required — The form template id in which the screener item is created from
    - `screenerTags` string[], nullable, required — The screener tag ids of the screener item
    - `archived` boolean, nullable — Whether the screener has been archived
    - `createdAt` union — Object creation date time
      - string
      - string
    - `updatedAt` union — Object update date time
      - string
      - string
  - `links` object, required
    - `previousPage` string — The link to retrieve next page
    - `nextPage` string — The link to retrieve previous page

---

[API](https://skmtc.dev/splose/apis/splose-public-api.md) · [All operations](https://skmtc.dev/splose/apis/splose-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/splose/splose-public-api/revisions/648d60075f00/schema)
