EndpointsReporters
Download a reporter run output
GET
/v2/reporters/runs/{reporter_run_id}/output/{part_name}Returns one named output part from a completed reporter run using its declared content type.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token issued by Softmax
In: header
Path Parameters
reporter_run_id*Reporter Run Id
Completed reporter run to inspect.
Match
^rrun_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$part_name*Part Name
Declared output part name.