---
title: "Get info about a specific process"
method: GET
path: "/api/v1/processes/{id}"
tags: ["processes"]
---

# Get info about a specific process

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

This endpoint returns data about a currently running process

## Path parameters

- `id` integer, required

## Response `200`

A list of active processes

- Process
  - `pid` integer — Actual pid assigned by the OS for this pVAC-Seq run
  - `id` integer — Unique process ID
  - `command` string — The shell command issued to start this pVAC-Seq run
  - `status` string — The most recent message sent by pVAC-Seq
  - `log` string — The full output transcript from pVAC-Seq
  - `output` string — The output folder of the specified process
  - `running` boolean — Indicates whether or not the process is still running

## Other responses

- `default` — Unexpected error

---

[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/89a3297dd685/schema)
