---
title: "Get sample event data for a Destination within a Pack"
method: GET
path: "/p/{pack}/system/outputs/{id}/samples"
tags: ["destinations"]
---

# Get sample event data for a Destination within a Pack

`GET /p/{pack}/system/outputs/{id}/samples`

Get sample event data for the specified Destination to validate the configuration or test connectivity within the specified Pack.

## Path parameters

- `id` string, required
- `pack` string, required

## Response `200`

sample event data for the Destination

- CountedOutputSamplesResponse
  - `count` integer — number of items present in the items array
  - `items` OutputSamplesResponse[]
    - `events` object[], required

## Other responses

- `401` — Unauthorized
- `500` — Unexpected error

## Changes

- **2026-03-06** `11df16b26c1d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/criblio/apis/cribl-api-reference/changes/p/:pack/system/outputs/:id/samples/get.md)

---

[API](https://skmtc.dev/criblio/apis/cribl-api-reference.md) · [All operations](https://skmtc.dev/criblio/apis/cribl-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/criblio/cribl-api-reference/revisions/11df16b26c1d/schema)
