---
title: "Get pipeline output data"
method: GET
path: "/api/v1/processes/{id}/results/{fileID}"
tags: ["file"]
---

# Get pipeline output data

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

This endpoint returns raw data from the requested output file from the requested pVAC-Seq run.  If the process is still running this will return an empty list.  If the id or fileID is invalid, it will return an error

## Path parameters

- `id` integer, required
- `fileID` integer, required

## Query parameters

- `count` integer
- `page` integer

## Response `200`

An array of entries

- object[]

## Other responses

- `default` — Unexpected error

## Changes

- **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/:fileID/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)
