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

# Get sample event data for a Destination

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

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

## Path parameters

- `id` 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

---

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