---
title: "Get the current status of all components related to an application."
method: GET
path: "/applications/{id}/status"
tags: ["applications"]
---

# Get the current status of all components related to an application.

`GET /applications/{id}/status`

Returns the current status of all components related to an application.

## Path parameters

- `id` string, required

## Response `200`

A successful response containing the current status of the application.

- ApplicationCheckResult[] — The checks that were run in querying status for an application
  - `url` string, uri — The url being checked
  - `components` ApplicationComponent[] — The state of the components that were checked
    - `probed_addresses` string[] — The public addresses that have been probed
    - `description` string — A brief description of the component
    - `messages` ApplicationComponentMessage[] — Messages reflecting the status of the component
      - `content` string — The text content of the message
      - `severity` string — The description of the message
    - `type` string — The type of component. The current types are: dns|adc|application|unknown_proxies|unknown_servers|cloudflare_proxies|cloudflare_servers. Additional types may be added in the future.
    - `status` string — The status of the component. Can be operational|degraded|partially_disrupted|disrupted
  - `probe_results` ApplicationProbeResult[] — The result of probes on individual servers
    - `address` string, ipv4 — The public address of the server being probed.
    - `result` string — A message indicating the result of the probe.
    - `response_time` number, float — How long the request took in milliseconds.
    - `redirect_location` string, uri — If the server responds with a redirect, the redirect location is returned.
    - `success` boolean — True if the probe is considered successful, false otherwise

---

[API](https://skmtc.dev/webscale/apis/webscale-apis.md) · [All operations](https://skmtc.dev/webscale/apis/webscale-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webscale/webscale-apis/revisions/c98d872b50cb/schema)
