---
title: "List"
method: GET
path: "/backends/http_response"
tags: ["HTTPResponseBackends"]
---

# List

`GET /backends/http_response`

## Query parameters

- `before_id` string
- `limit` string

## Headers

- `ngrok-version` integer, required

## Response `200`

n/a

- HTTPResponseBackendList
  - `backends` HTTPResponseBackend[] — n/a
    - `id` string — n/a
    - `uri` string — URI of the HTTPResponseBackend 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
    - `body` string — body to return as fixed content
    - `headers` object — headers to return
    - `status_code` integer — status code to return
  - `uri` string — n/a
  - `next_page_uri` string — n/a

## Changes

- **2024-10-22** `e40349f8ec6f` — 1 info
  - api operation id `HTTPResponseBackendsList` removed and replaced with `HttpResponseBackendsList`

[Change history](https://skmtc.dev/ngrok/apis/ngrok-openapi/changes/backends/http_response/get.md)

---

[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)
