---
title: "Get list of running processes"
method: GET
path: "/api/v1/processes"
tags: ["processes"]
---

# Get list of running processes

`GET /api/v1/processes`

This endpoint returns a list of active pvacseq runs

## Response `200`

A list of active processes

- ProcessSummary[]
  - `id` integer — Unique process ID used for accessing the process data through the api
  - `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/4890f685ade7/schema)
