Skip to main content
GET
/
analysis
/
azure
/
{subscriptionId}
/
status
Get analysis status by subscription
curl --request GET \
  --url https://{host}/analysis/azure/{subscriptionId}/status
{
  "analysisName": "<string>",
  "analysisId": "<string>",
  "status": 123,
  "href": "<string>",
  "completed": "<string>",
  "phase": "<string>",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.kubex.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

subscriptionId
string
required

Azure subscription ID

Response

Status information

Same shape commonly used to report status for an analysis.

analysisName
string
required

Typically the Azure subscription ID.

analysisId
string
required

Kubex-internal analysis ID.

status
integer<int32>
required
href
string

Link to recommendations for this analysis.

completed
string

Milliseconds timestamp when last analysis completed.

phase
string

Current phase, e.g., analyzing: 42% or not analyzing.

message
string