---
title: "Fetch assessments (Deprecated)"
method: GET
path: "/assess/fetch_assessments/"
deprecated: true
---

# Fetch assessments (Deprecated)

`GET /assess/fetch_assessments/`

> **Deprecated.**

Fetch assessments for patients or doctors based on filters like status, workflow ID and date range.

## Query parameters

- `pids` string
- `puuid` string
- `docid` string
- `status` 'COMPLETED' | 'IN_REVIEW'
- `sd` string, date
- `ed` string, date
- `wflowid` string
- `is_abha_linkable` boolean
- `limit` integer
- `offset` integer
- `sort` 'asc' | 'desc'

## Response `200`

Successful response with assessment data.

- object
  - `conversations` object

## Other responses

- `400` — Validation error.
- `500` — Internal server error.

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/versions/9ea23456f722/schema)
