---
title: "Get Wall Samples Endpoint"
method: GET
path: "/admin/experiments/{experiment_id}/wall-samples"
tags: ["admin"]
---

# Get Wall Samples Endpoint

`GET /admin/experiments/{experiment_id}/wall-samples`

Qualitative inspection of blocked messages from PostHog events.

Uses `free_message_wall_hit` events rather than a dedicated table. The
event's properties carry blocked_message_text, blocked_source, and the
messages_sent_at_hit counter; `concluded_at` is derived from the user's
converted_at (no longer denormalized onto the event itself).

## Path parameters

- `experiment_id` string, uuid, required

## Query parameters

- `variant` string, nullable
- `limit` integer
- `only_blocked_text` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
