results

Get available output files

The results endpoint returns a list of available pipeline data files for generating reports. The response includes an array of objects containing a

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

Path parameters

idinteger required

Process ID from which to fetch results

Query parameters

countinteger

Number of results to return

pageinteger

Page number of results to return

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

Changes