Stream build logs for a version (author only).
Returns: Streaming response of build log lines.
cURL
curl --request GET \ --url https://api.example.com/providers/{org}/{name}/versions/{version}/logs
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Successful Response