---
title: "List the enabled banners targeting an org (customer)"
method: GET
path: "/v1/orgs/{orgId}/banners"
tags: ["Internal"]
---

# List the enabled banners targeting an org (customer)

`GET /v1/orgs/{orgId}/banners`

The enabled banners whose audience matches this org, for the dashboard shell. A caller may read only its own org. Path filtering (scope/pathPrefixes/excludePaths) is applied by the dashboard client, not here, so every enabled, audience-matching banner is returned regardless of scope.

## Path parameters

- `orgId` string, required

## Response `200`

Banners

- OrgBannerList
  - `items` OrgBanner[], required
    - `contentVersion` string, required
    - `ctaLabel` string
    - `ctaUrl` string
    - `dismissible` boolean, required
    - `enabledEpoch` integer, required
    - `excludePaths` string[]
    - `id` string, required
    - `message` string, required — Rendered as plain text.
    - `pathPrefixes` string[]
    - `scope` 'all' | 'paths', required
    - `tone` 'info' | 'warn' | 'danger', required
    - `updatedAt` string

## Other responses

- `401` — Missing or invalid API key
- `403` — API key lacks the required scope

## Changes

- **2026-09-04** `4a338e447d39` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openrelay/apis/openrelay-api/changes/v1/orgs/:orgId/banners/get.md)

---

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