cURL
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": {} }
Download only the trail PDF report (same as trail-page.pdf inside the full audit package).
trail-page.pdf
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
PDF summary of the trail
Was this page helpful?