v1

latestSwagger 2.02026-07-1712424.3 KB
results

Get available output files from the requested pVAC-Seq run

The results endpoint returns a list of available pipeline data files for generating reports. If the requested process is still running this endpoint returns an empty list. If the id is invalid it will return an error

get/api/v1/processes/{id}/results

Path parameters

idinteger required

Process ID from which to fetch results

Response

An array of results

idinteger

Unique identifier of the result file.

descriptionstring

Description of result file

display_namestring

Display name of result file (try to keep under 32 chars or so)

urlstring

URL of results file

sizestring

Size of data file, in bytes

All 12 operations