---
title: "Retrieve a previous fact check result."
method: GET
path: "/fact_check/{fact_check_id}"
---

# Retrieve a previous fact check result.

`GET /fact_check/{fact_check_id}`

## Path parameters

- `fact_check_id` integer, required

## Response `200`

Fact-check result

- FactCheckResponse
  - `fact_check_result` object[] — The list of fact-check results as dictionaries. This list includes claims extracted from the response, claim-level_factuality and response-level factuality of the response, and potentially the descriptions of why each claim in the response is factual or not.

## Other responses

- `404` — Fact check not found.

---

[API](https://skmtc.net/gair-nlp/apis/factool.md) · [All operations](https://skmtc.net/gair-nlp/apis/factool/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gair-nlp/factool/versions/95e59a4f4ac2/schema)
