---
title: "Show Resource"
method: GET
path: "/resources/{id}"
tags: ["Resources"]
---

# Show Resource

`GET /resources/{id}`

## Path parameters

- `id` string, required

## Response `200`

Resource Response

- ResourceResponse — Response schema for single Resource
  - `data` Resource — Resource
    - `address` string — Resource address
    - `address_description` string — Resource address description
    - `filters` ResourceFilter[] — Traffic filters restricting the protocols and ports the Resource exposes
      - `ports` string[] — Port numbers or ranges (e.g. `80` or `8000 - 9000`) the filter allows. Not applicable to `icmp`.
      - `protocol` 'tcp' | 'udp' | 'icmp', required — Transport protocol the filter applies to
    - `id` string, uuid — Resource ID
    - `ip_stack` 'ipv4_only' | 'ipv6_only' | 'dual' — IP stack type. Only supported for DNS resources.
    - `name` string, required — Resource name
    - `site_id` string, uuid — Site to connect the Resource to. Required for all types except `static_device_pool`.
    - `type` 'cidr' | 'ip' | 'dns' | 'static_device_pool', required — Resource type. For `static_device_pool`, `address` is not applicable.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `429` — Too Many Requests

---

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