---
title: "Get a single screener"
method: GET
path: "/screeners/{id}"
tags: ["screener"]
---

# Get a single screener

`GET /screeners/{id}`

Get screener data by id

## Path parameters

- `id` integer, required

## Response `200`

Object with screener data.

- object
  - `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

---

[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)
