processes

Get info about a specific process

This endpoint returns data about a currently running process

get/api/v1/processes/{id}

Path parameters

idinteger required

File id from which to read data

Response

A list of active processes

pidinteger

Actual pid assigned by the OS for this pVAC-Seq run

idinteger

Unique process ID

commandstring

The shell command issued to start this pVAC-Seq run

statusstring

The most recent message sent by pVAC-Seq

logstring

The full output transcript from pVAC-Seq

outputstring

The output folder of the specified process

runningboolean

Indicates whether or not the process is still running

Changes