cURL
curl --request GET \ --url https://api.example.com/v1/runs/{run_id}/stdout \ --header 'Authorization: Bearer <token>'
"<string>"
標準出力を S3 から取得して返す。
TODO: このエンドポイントは削除予定。ブラウザ(dashboard)は GET /v1/runs/ が返す stdout_url(presigned URL)を直接 fetch。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type string.
string