---
title: "Get Analysis Result"
method: GET
path: "/api/v1/offline/processing/{result_id}"
tags: ["Processing"]
---

# Get Analysis Result

`GET /api/v1/offline/processing/{result_id}`

Retrieve the analysis results for a given result_id

## Path parameters

- `result_id` string, required

## Response `200`

Successful Response

- Result
  - `status` 'pending' | 'processing' | 'completed' | 'failed' — Current status of the analysis
  - `progress` number — Processing progress percentage
  - `result` object — Analysis results when processing is complete
  - `error` string — Error message if processing failed

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `425` — Too Early

---

[API](https://skmtc.dev/descriptor-ai/apis/m-path.md) · [All operations](https://skmtc.dev/descriptor-ai/apis/m-path/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/descriptor-ai/m-path/revisions/cb91b959a95f/schema)
