---
title: "Get available output files from the requested pVAC-Seq run"
method: GET
path: "/api/v1/processes/{id}/results"
tags: ["results"]
---

# Get available output files from the requested pVAC-Seq run

`GET /api/v1/processes/{id}/results`

The results endpoint returns a list of available pipeline data files for generating reports.  If the requested process is still running this endpoint returns an empty list. If the id is invalid it will return an error

## Path parameters

- `id` integer, required

## Response `200`

An array of results

- Result[]
  - `id` integer — Unique identifier of the result file.
  - `description` string — Description of result file
  - `display_name` string — Display name of result file (try to keep under 32 chars or so)
  - `url` string — URL of results file
  - `size` string — Size of data file, in bytes

## Other responses

- `default` — Unexpected error

## Changes

- **2016-08-22** `4b5524b50103` — 2 warning
  - deleted the `query` request parameter `count`
  - deleted the `query` request parameter `page`
- **2016-08-22** `89a3297dd685` — 1 info
  - endpoint added
- **2016-08-18** `b9374f52ce51` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/griffithlab/apis/pvacseq-server-schema/changes/api/v1/processes/:id/results/get.md)

---

[API](https://skmtc.dev/griffithlab/apis/pvacseq-server-schema.md) · [All operations](https://skmtc.dev/griffithlab/apis/pvacseq-server-schema/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/griffithlab/pvacseq-server-schema/revisions/4890f685ade7/schema)
