---
title: "Get processor results for the version given"
method: GET
path: "/versions/{version_id}/processor_results"
tags: ["internal"]
---

# Get processor results for the version given

`GET /versions/{version_id}/processor_results`

Shows the processor results stored in the database for the resource_id

## Path parameters

- `id` integer, required

## Response `200`

A JSON representation of processor results for the version ID.

- ProcessorResult[]
  - `id` integer
  - `resource_id` integer
  - `processing_type` 'excel_to_csv' | 'compressed_info' | 'frictionless'
  - `parent_id` integer
  - `completion_state` 'not_started' | 'processing' | 'success' | 'error'
  - `message` string
  - `structured_info` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401`
- `404`
- `406`

---

[API](https://skmtc.net/datadryad/apis/dryad-api.md) · [All operations](https://skmtc.net/datadryad/apis/dryad-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadryad/dryad-api/revisions/5e35babfb8d2/schema)
