---
title: "List AI Referrals Connections"
method: GET
path: "/{brand_id}/ai-referrals/connections"
tags: ["ai-referrals"]
---

# List AI Referrals Connections

`GET /{brand_id}/ai-referrals/connections`

List AI Referrals push connections registered for this brand. Scope is limited to push connections only — Google Analytics integrations live in a separate system and are not returned here, even though they can block a register call with `409`.

## Path parameters

- `brand_id` integer, required

## Response `200`

List of connections.

- object
  - `items` AiReferralsConnection[]
    - `id` string, required — ULID identifier for the connection.
    - `brand_id` integer, required
    - `website` string, required — Hostname or URL of the website whose referrals are pushed against this connection.
    - `provider` string, required — Source analytics provider. MVP allow-list: 'adobe_analytics'.
    - `status` 'active' | 'disabled', required
    - `created_at` string, date-time, required
    - `last_pushed_at` string, date-time, nullable
    - `last_push_error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scrunch/apis/scrunch-data-api.md) · [All operations](https://skmtc.net/scrunch/apis/scrunch-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrunch/scrunch-data-api/revisions/3e09c2a06458/schema)
