EndpointsReporters
Download a reporter run trace
GET
/v2/reporters/runs/{reporter_run_id}/traceReturns the reporter run trace as JSON Lines when it is available.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token issued by Softmax
In: header
Path Parameters
reporter_run_id*Reporter Run Id
Reporter run whose trace will be downloaded.
Match
^rrun_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$