---
title: "Get answer to a detection question"
method: GET
path: "/detects/{uuid}/intelligence/{question_uuid}"
tags: ["detectIntelligence"]
---

# Get answer to a detection question

`GET /detects/{uuid}/intelligence/{question_uuid}`

Retrieve the status and answer for a previously submitted question. Poll until status is completed or failed.

## Path parameters

- `uuid` string, required
- `question_uuid` string, required

## Headers

- `Authorization` string, required

## Response `200`

Question status and answer

- DetectIntelligenceGetDetectIntelligenceQuestionResponse200
  - `success` boolean
  - `item` DetectsUuidIntelligenceQuestionUuidGetResponsesContentApplicationJsonSchemaItem
    - `uuid` string — UUID of the question
    - `detect_uuid` string — UUID of the associated detection report
    - `query` string — The submitted question
    - `answer` string, nullable — The generated answer (null until completed)
    - `status` 'pending' | 'processing' | 'completed' | 'failed' — Current status of the question
    - `error_message` string, nullable — Error details when status is failed
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `404` — Question not found

---

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