---
title: "Retrieve the full status of an interrogation request"
method: GET
path: "/v2/interrogate/status/{id}"
tags: ["v2"]
---

# Retrieve the full status of an interrogation request

`GET /v2/interrogate/status/{id}`

This request will include all already generated images.
As such, you are requested to not retrieve this endpoint often. Instead use the /check/ endpoint first

## Headers

- `Client-Agent` string
- `X-Fields` string, mask

## Response `200`

Interrogation Request Status

- InterrogationStatus
  - `state` string — The overall status of this interrogation.
  - `forms` InterrogationFormStatus[]
    - `form` string — The name of this interrogation form.
    - `state` string — The overall status of this interrogation.
    - `result` InterrogationFormResult
      - `*` object

## Other responses

- `404` — Request Not found

---

[API](https://skmtc.net/haidra-org/apis/ai-horde.md) · [All operations](https://skmtc.net/haidra-org/apis/ai-horde/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haidra-org/ai-horde/versions/dfeb0bedd935/schema)
