EndpointsEpisodes

Get episode log HTML

GET/v2/episodes/{episode_id}/logs/runs/{reporter_run_id}/html

Return the stored HTML artifact for one Canonical Log reporter run.

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token issued by Softmax

In: header

Path Parameters

episode_id*Episode Id

Episode associated with the reporter run.

Formatuuid
reporter_run_id*Reporter Run Id

Reporter run whose HTML should be returned.

Match^rrun_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$