GET
/
consumers
/
{consumerid}
/
datastore
/
{datastoreid}
/
data
Get execution data for a specific consumer and a specific datastore
curl --request GET \
  --url https://api.chift.eu/consumers/{consumerid}/datastore/{datastoreid}/data \
  --header 'Authorization: Bearer <token>'
[
  {
    "data": {},
    "id": "<string>",
    "created_on": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Path Parameters

consumerid
string<uuid>
required
datastoreid
string<uuid>
required

Query Parameters

date_to
string<date-time> | null
date_from
string<date-time> | null
executionid
string | null

Response

200
application/json

Successful Response

The response is of type DataItemOut · object[].