---
title: "List"
method: GET
path: "/backends/static"
tags: ["StaticBackends"]
---

# List

`GET /backends/static`

List all static backends on this account

## Query parameters

- `before_id` string
- `limit` string

## Headers

- `ngrok-version` integer, required

## Response `200`

List all static backends on this account

- StaticBackendList
  - `backends` StaticBackend[] — the list of all static backends on this account
    - `id` string — unique identifier for this static backend
    - `uri` string — URI of the StaticBackend API resource
    - `created_at` string — timestamp when the backend was created, RFC 3339 format
    - `description` string — human-readable description of this backend. Optional
    - `metadata` string — arbitrary user-defined machine-readable data of this backend. Optional
    - `address` string — the address to forward to
    - `tls` StaticBackendTLS
      - `enabled` boolean — if TLS is checked
  - `uri` string — URI of the static backends list API resource
  - `next_page_uri` string — URI of the next page, or null if there is no next page

---

[API](https://skmtc.dev/ngrok/apis/ngrok-openapi.md) · [All operations](https://skmtc.dev/ngrok/apis/ngrok-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ngrok/ngrok-openapi/revisions/e4e00fe7c606/schema)
