Skip to main content
GET
/
trails
/
{org}
/
{flow_name}
/
{trail_name}
/
audit_pdf
Download trail audit PDF
curl --request GET \
  --url https://app.kosli.com/api/v2/trails/{org}/{flow_name}/{trail_name}/audit_pdf \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "errors": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

flow_name
string
required
trail_name
string
required
org
string
required

Response

PDF summary of the trail

Last modified on April 9, 2026