cURL
curl --request GET \ --url https://app.kosli.com/api/v2/approvals/{org}/{flow_name}/artifact-commit/{env_name} \ --header 'Authorization: Bearer <token>'
{ "commit_sha": "1b1ee2cb55ab20cd4ec441d8f2f91d9e7297c6c5" }
Get the git commit of a running artifact in a specific environment that comes from a given flow
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?