Skip to main content
GET
/
api
/
flow_runs
/
{id}
/
logs
/
download
Download Logs
curl --request GET \
  --url https://api.example.com/api/flow_runs/{id}/logs/download
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-prefect-api-version
string

Path Parameters

id
string<uuid>
required

The flow run id

Response

Successful Response