---
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. If the process id is invalid, it returns an error.

## Path parameters

- `id` integer, required

## Response `200`

Returns all data collected about the requested process

- Process
  - `pid` integer — Actual pid assigned by the OS for this pVAC-Seq run
  - `id` integer — Unique process ID used for accessing the process data through the api
  - `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
  - `attached` boolean — Indicates whether or not the process is still directly attached to the server, or if the process has become orphaned

## 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/4890f685ade7/schema)
