---
title: "Get worker runtime status"
method: GET
path: "/v1/workers/{id}/runtime"
tags: ["Workers", "Worker Runtime"]
---

# Get worker runtime status

`GET /v1/workers/{id}/runtime`

Fetches runtime version and status information from a specific worker's runtime endpoint.

## Path parameters

- `id` string, typeid, required

## Response `200`

Worker runtime information returned successfully.

- WorkerRuntimeResponse

## Other responses

- `400` — The worker runtime path parameters were invalid.
- `401` — The caller must be signed in to read worker runtime information.
- `404` — The worker could not be found.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/073bc652adfb/schema)
