EndpointsEpisodes
Get episode log HTML
GET
/v2/episodes/{episode_id}/logs/runs/{reporter_run_id}/htmlReturn 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.
Format
uuidreporter_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}$