---
title: "Get execution data for a specific consumer and a specific datastore"
method: GET
path: "/consumers/{consumer_id}/datastore/{datastoreid}/data"
tags: ["Consumers"]
---

# Get execution data for a specific consumer and a specific datastore

`GET /consumers/{consumer_id}/datastore/{datastoreid}/data`

Returns execution data related to a consumer and a datastore. Queryparams can be used to filter the restuls by datastore column or by executionid

## Path parameters

- `consumer_id` string, uuid, required
- `datastoreid` string, uuid, required

## Query parameters

- `date_to` string, date-time, nullable
- `date_from` string, date-time, nullable
- `executionid` string, nullable

## Response `200`

Successful Response

- DataItemOut[]
  - `data` object, required
  - `id` string, required
  - `created_on` string, date-time, required
  - `modified_on` string, date-time, required

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

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