---
title: "Get Example Data Endpoint"
method: GET
path: "/ecm/examples/{example_id}/data"
tags: ["ecm"]
---

# Get Example Data Endpoint

`GET /ecm/examples/{example_id}/data`

Return time-series for a built-in example dataset, at the caller's density.

The source CSV is a file on this server, so a zoom can be served by re-decimating the
window rather than by spreading rows the client already has: pass ``x_min``/``x_max``
with a width-derived ``max_points``.

## Path parameters

- `example_id` string, required

## Query parameters

- `max_points` integer, nullable
- `x_min` number, nullable
- `x_max` number, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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