---
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

## Changes

- **2026-07-13** `cb91b959a95f` — 5 breaking, 6 warning, 10 info
  - removed the required property `audio` from the response with the `200` status
  - removed the required property `call_data` from the response with the `200` status
  - removed the required property `config` from the response with the `200` status
  - removed the required property `job_id` from the response with the `200` status
  - …17 more
- **2025-01-13** `5b83f89b67ac` — 4 breaking, 15 warning, 48 info
  - response property `failed` list-of-types was widened by adding types `object` to media type `application/json` of response `200`
  - the `failed/anyOf[subschema #1]/` response's property type/format changed from `array`/`` to `object`/`` for status `200`
  - removed the required property `insights/anyOf[subschema #1: InsightsResultModel]/keywords/anyOf[subschema #1: KeywordsModel]/items/word` from the response with the `200` status
  - removed the required property `language_code` from the response with the `200` status
  - …63 more
- **2024-10-31** `7dacbc6fdf9a` — 1 breaking, 1 info
  - the `config/insights` response's property type/format changed from `object`/`` to `array`/`` for status `200`
  - the `insights` response's property default value changed from `{}` to `` for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/descriptor-ai/apis/m-path/changes/api/v1/offline/processing/:result_id/get.md)

---

[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)
