EndpointsEpisodes
Download policy artifact
GET
/v2/episode-requests/{episode_request_id}/{policy_version_id}/policy-artifact/{agent_idx}Downloads the artifact produced by one policy position in an episode request.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token issued by Softmax
In: header
Path Parameters
episode_request_id*Episode Request Id
Episode request that produced the artifact.
Match
^ereq_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$policy_version_id*Policy Version Id
Policy version that produced the artifact.
Format
uuidagent_idx*Agent Idx
Agent position whose artifact will be downloaded.