v1

latestSwagger 2.02026-07-1712424.3 KB
processes

Get info about a specific process

This endpoint returns data about a currently running process. If the process id is invalid, it returns an error.

get/api/v1/processes/{id}

Path parameters

idinteger required

Process id of an active pVAC-Seq run

Response

Returns all data collected about the requested process

pidinteger

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

idinteger

Unique process ID used for accessing the process data through the api

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

attachedboolean

Indicates whether or not the process is still directly attached to the server, or if the process has become orphaned