UiPath Documentation
activities
latest
false

Integration Service activities

Last updated May 8, 2026

Get Asynchronous Query Execution Results

Project compatibility

Windows | Cross-platform

Overview

DescriptionAPI MethodAPI Path
Retrieves the result set for a previously executed asynchronous Snowflake query using its Query ID.GET/executeAsyncQuery/{queryID}/results

Input

ParameterDescriptionData Type
Query IDEnter the query statement's unique execution ID, then select Generate output schema. You can use the output Query ID from Execute Any Query Asynchronously to generate the schema. You can then replace the Query ID with a variable once the schema is successfully generated.string
Generate output schemaThe schema generate buttonstring
Additional conditionsInclude additional conditions such as WHERE clauses and ORDER BY to refine the results. Example: COLUMN_1='value' ORDER BY COLUMN_2 DESCstring
OffsetThe number of records to skip before returning results.integer
LimitThe number of records to return. A maximum of 200 records can be fetched per request.integer
Note:

If you update the query, regenerate the schema for it to function accurately. If you just add or update variables in the query, there is no need to re-generate the schema.

Output

ParameterDescriptionData Type
Query resultsRetrieve results by Query IDObject
Note:
  • In API workflows, a single response object is returned as the output. Any required fields can be extracted directly from this object.
  • In RPA workflows, some output parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
  • Project compatibility
  • Overview
  • Input
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated