Skip to main content
POST
/
v1
/
benchmark_runs
/
{id}
/
download_logs
Download logs for a Benchmark run.
curl --request POST \
  --url https://api.runloop.ai/v1/benchmark_runs/{id}/download_logs \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The BenchmarkRun ID.

Response

200 - application/zip

OK

The response is of type file.