GET Model File

GET /models/(mid)/files/(aid)

Retrieves a file artifact from a model. File artifacts are effectively binary blobs that may contain arbitrary data with an explicit content type.

Parameters:
  • mid (string) – Unique model identifier.
  • aid (string) – File artifact id.
Response Headers:
 
  • Content-Type – The content type of the file artifact, which could be anything.