Can the Data Store be Accessed via API?

This topic was automatically generated from Slack. You can find the original thread here.

Is there a way to access the Data Store via API?

Not directly - you have to access Data Stores via components. You can invoke a workflow via the API, which is pretty much the same as sending a request to its http trigger, and then do what you need with data stores in that workflow