API to query "select * from datasetName" or any other complex query to get the SQL response in the result ? | Community
Skip to main content
Pradeep-Jaiswal
Level 5
October 22, 2025
Solved

API to query "select * from datasetName" or any other complex query to get the SQL response in the result ?

  • October 22, 2025
  • 2 replies
  • 430 views

is there an API to query "select * from datasetName" or any other complex query to get the response of SQL result ?

Best answer by Pradeep-Jaiswal

Further investigation shows that this API is only to submit the query and view the status of query, but doesnt return the actual result. To grt the actual results, we need to use external databse connection such as postgress.

2 replies

Devyendar
Level 6
October 22, 2025

Yes @pradeep-jaiswal, Adobe Experience Platform provides an API for executing SQL queries (including SELECT * FROM datasetName or more complex joins, filters, and aggregations) through the Query Service API.

Here is a detailed document on Query Service API: https://experienceleague.adobe.com/en/docs/experience-platform/query/api/queries

Pradeep-Jaiswal
Level 5
October 22, 2025

No, this API doesnt return the result of SQL query

Pradeep-Jaiswal
Pradeep-JaiswalAuthorAccepted solution
Level 5
October 30, 2025

Further investigation shows that this API is only to submit the query and view the status of query, but doesnt return the actual result. To grt the actual results, we need to use external databse connection such as postgress.