Skip to main content
Pradeep-Jaiswal
Level 6
October 22, 2025
解決済み

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

  • October 22, 2025
  • 3 の返信
  • 454 ビュー

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

このトピックへの返信は締め切られました。
ベストアンサー 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.

3 の返信

Devyendar
User Group Leader
User Group Leader
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 6
October 22, 2025

No, this API doesnt return the result of SQL query

Pradeep-Jaiswal
Pradeep-Jaiswal作成者回答
Level 6
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.