cURL
curl --request GET \ --url https://app.kosli.com/api/v2/artifacts/{org}/{flow_name}/{fingerprint}/audit_package \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "errors": {} }
Get audit package for an artifact.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
^[a-zA-Z0-9][a-zA-Z0-9\.\-_~]*$
^[a-f0-9]{64}$
Successful Response
Was this page helpful?