cURL
curl --request GET \ --url https://pluto-api.trainy.ai/api/runs/files \ --header 'Authorization: Bearer <token>'
{ "files": [ { "fileName": "<string>", "fileType": "<string>", "fileSize": 123, "logName": "<string>", "logGroup": "<string>", "time": "<string>", "step": 123, "url": "<string>" } ] }
Returns file metadata with presigned URLs for downloading. URLs are valid for 5 days.
API key obtained from the mlop dashboard
Numeric run ID
Project name
Filter by log name
Filter by log group
Files with presigned URLs
Show child attributes
Was this page helpful?