---
title: "List Resources"
method: GET
path: "/resources"
tags: ["Resources"]
---

# List Resources

`GET /resources`

## Query parameters

- `limit` integer
- `page_cursor` string
- `name` string
- `type` string
- `site_id` string
- `address` string
- `ip_stack` string

## Response `200`

Resource Response

- ResourceListResponse — Response schema for multiple Resources
  - `data` Resource[] — Resource details
    - `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.
  - `metadata` PaginationMetadata — Pagination metadata for paginated responses.
    - `count` integer, required — Total number of matching records
    - `limit` integer, required — Page size
    - `next_page` string, nullable, required — Cursor to fetch the next page
    - `prev_page` string, nullable, required — Cursor to fetch the previous page

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `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)
