cURL
curl --request GET \ --url https://api.example.com/api/flow_runs/{id}/logs/download
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Download all flow run logs as a CSV file, collecting all logs until there are no more logs to retrieve.
The flow run id
Successful Response
Was this page helpful?