Skip to main content
GET
/
artifacts
/
{org}
/
{flow_name}
/
{fingerprint}
/
audit_package
Get artifact audit package
curl --request GET \
  --url https://app.kosli.com/api/v2/artifacts/{org}/{flow_name}/{fingerprint}/audit_package \
  --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
Pattern: ^[a-zA-Z0-9][a-zA-Z0-9\.\-_~]*$
fingerprint
string
required
Pattern: ^[a-f0-9]{64}$
org
string
required

Response

Successful Response

Last modified on April 7, 2026