Import Data Store as JSON using requests in python?

Is it possible to make an API call to a Data Store and retrieve its contents using the Python requests package?

Hello @eric.pawlowsky,

First off, welcome to Pipedream! Happy to have you!

You can refer to this doc for how to use Data Store in Python code step.

Thanks for your response. I did review that documentation but it doesn’t answer my question. Let me rephrase it: Can I query a data store from outside the Pipedream platform? Ideally by writing a Python script that invokes an http request?

Hi @eric.pawlowsky

Yes, you can create an HTTP webhook triggered workflow that performs the query and returns the results from your Data Store as JSON in the response.