---
title: "Get available output files"
method: GET
path: "/api/v1/results/{id}"
tags: ["results"]
---

# Get available output files

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

The results endpoint returns a list of available pipeline data files for generating reports. The response includes an array of objects containing a

## Path parameters

- `id` integer, required

## Query parameters

- `count` integer
- `page` integer

## 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-18** `b9374f52ce51` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/griffithlab/apis/pvacseq-server-schema/changes/api/v1/results/:id/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/b9374f52ce51/schema)
