Skip to main content
GET
/
approvals
/
{org}
/
{flow_name}
/
artifact-commit
/
{env_name}
Get commit of running artifact
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"
}

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
env_name
string
required
org
string
required

Response

200 - application/json

Successful Response

commit_sha
string | null
required
Last modified on April 9, 2026