---
title: "Get all data for the given feed"
method: GET
path: "/{username}/feeds/{feed_key}/data"
tags: ["Data"]
---

# Get all data for the given feed

`GET /{username}/feeds/{feed_key}/data`

## Path parameters

- `username` string, required
- `feed_key` string, required

## Query parameters

- `start_time` string, date-time
- `end_time` string, date-time
- `limit` integer
- `include` string

## Response `200`

An array of data

- DataResponse[]
  - `id` string
  - `value` string
  - `feed_id` number
  - `group_id` number
  - `expiration` string
  - `lat` number
  - `lon` number
  - `ele` number
  - `completed_at` string
  - `created_at` string
  - `updated_at` string
  - `created_epoch` number

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Server Error

## Changes

- **2018-01-04** (v2) `313b01153b74` — 1 info
  - added the new optional `query` request parameter `include`
- **2017-05-29** (v2) `5b5539db96cf` — 1 warning
  - deleted the `query` request parameter `resolution`
- **2016-11-11** (v2) `57244ac5027c` — 1 info
  - added the new optional `query` request parameter `resolution`
- **2016-10-05** (v2) `74e9fdc9d949` — 5 warning
  - the optional response header `X-Pagination-Count` removed for the status `200`
  - the optional response header `X-Pagination-End` removed for the status `200`
  - the optional response header `X-Pagination-Limit` removed for the status `200`
  - the optional response header `X-Pagination-Start` removed for the status `200`
  - …1 more

[Change history](https://skmtc.dev/adafruit/apis/adafruit-io-rest-api/changes/:username/feeds/:feed_key/data/get.md)

---

[API](https://skmtc.dev/adafruit/apis/adafruit-io-rest-api.md) · [All operations](https://skmtc.dev/adafruit/apis/adafruit-io-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adafruit/adafruit-io-rest-api/revisions/b16cd6123537/schema)
