Expand my Community achievements bar.

Retrieve Query output through API call

Avatar

Level 1

Hi All,

 

Query Service API :https://developer.adobe.com/experience-platform-apis/references/query-service/ 

 

Using above link we can create a query with a specific SQL statement. How to get the output of that SQL statement using API Call as response?

1 Reply

Avatar

Community Advisor

@deepika988 Could you expand more on the usecase, i.e what are you trying to achieve using the query service? 

 

Assuming you are trying to download the data, this may not be the optimal way. 

The "result" of the Query created via this API ends up as a new dataset, you will then be able to use it for either enriching profile or reporting within CJA. 

 

If you are looking to download data, try using 

  1. Data Access API: data available as parquet format only 
  2. External Clients: Connect external client and download data 

Hope that helps 

Anil