---
title: "Get Container Instance Status"
method: GET
path: "/v1/status"
tags: ["metadata"]
---

# Get Container Instance Status

`GET /v1/status`

Gets the health statuses of the current container instance

## Headers

- `Metadata` 'true', required

## Response `200`

OK

- Status — The health statuses of the current container instance.
  - `ready` boolean, required — `true` if the running container is ready. If a readiness probe is defined, this returns the latest result of the probe. If a readiness probe is not defined but a startup probe is defined, this returns the same value as the `started` property. If neither a readiness probe nor a startup probe are defined, returns `true`.
  - `started` boolean, required — `true` if the running container is started. If a startup probe is defined, this returns the latest result of the probe. If a startup probe is not defined, returns `true`.

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `default` — Unknown Error

---

[API](https://skmtc.net/salad/apis/saladcloud-api.md) · [All operations](https://skmtc.net/salad/apis/saladcloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salad/saladcloud-api/revisions/6ee34c3732f3/schema)
