Skip to main content
GET
Get Application Api Endpoint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null
x-ankra-organisation-id
string | null

Path Parameters

application_id
string
required

Response

Successful Response

app_repo_branch
string
required
app_repo_name
string
required
app_repo_owner
string
required
created_at
string
required
deployment_state
string
required

Whether the application is running: running, degraded, failed, deploying, not_deployed or unknown. Distinct from state, which is the application record's own lifecycle.

deployment_state_message
string | null
required

Why deployment_state is what it is, when there is something to say: the re-checked failure reason, or what could not be established. Null when the state needs no explanation.

id
string
required
name
string
required
state
string
required
updated_at
string
required
analysis_status
string | null
app_repo_url
string | null
chart_oci_url
string | null
chart_version_count
integer | null
clusters_behind
integer | null
clusters_up_to_date
integer | null
components
ApplicationComponent · object[] | null
container_image_url
string | null
creation_progress
CreationProgressStepResponse · object[] | null
cve_summary
Cve Summary · object | null
deployment_count
integer | null
detected_framework
string | null
detected_language
string | null
error_message
string | null
file_dispositions
FileDispositionItem · object[] | null
generated_files
GeneratedFileItem · object[] | null
healthy_deployment_count
integer | null
helm_repo_add_command
string | null
latest_chart_version
string | null
latest_delivery_status
string | null
latest_workflow_at
string | null
latest_workflow_conclusion
string | null
latest_workflow_status
string | null
parameters
ApplicationParameterItem · object[] | null
publish_readiness
Publish Readiness · object | null
pull_request_merged_at
string | null
pull_request_url
string | null