cURL
curl --request GET \ --url https://api.chift.eu/consumers/{consumer_id}/datastore/{datastoreid}/data \ --header 'Authorization: Bearer <token>'
[ { "data": {}, "id": "<string>", "created_on": "2023-11-07T05:31:56Z" } ]
Returns execution data related to a consumer and a datastore. Queryparams can be used to filter the restuls by datastore column or by executionid
This access token needs to be included in each of your request to the Chift API.
Successful Response