---
title: "Retrieve a host"
method: GET
path: "/root/{m-wf-id}/workflow/{wf-id}/host/{host-id}"
tags: ["Host"]
---

# Retrieve a host

`GET /root/{m-wf-id}/workflow/{wf-id}/host/{host-id}`

Returns a Host resource identified by m_wf_id, wf_id, host_id

## Response `200`

Success

- Host[]
  - `host_id` integer
  - `site_name` string
  - `hostname` string
  - `ip` string
  - `uname` string
  - `total_memory` string

## Other responses

- `401` — Not authenticated
- `403` — Not authorized
- `404` — Not found
- `default` — Internal server error

---

[API](https://skmtc.net/pegasus-isi/apis/monitoring-api.md) · [All operations](https://skmtc.net/pegasus-isi/apis/monitoring-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pegasus-isi/monitoring-api/versions/0f83c09a8c4a/schema)
