# Asynchronous Query Status Changed

> Windows | Cross-platform

## Project compatibility

Windows | Cross-platform

## Overview

| Description | API Method | API Path |
| --- | --- | --- |
| Triggers when a Snowflake asynchronous query reaches a specified execution status. | GET | /queryExecutionHistory |

## Input

| Parameter | Description | Data Type |
| --- | --- | --- |
| Query status | The query execution status. Select one of the available options from the dropdown menu: Success, Running, Queued, Blocked, Resuming warehouse, Failed with error, Failed with incident. | options |

## Output

| Parameter | Description | Data Type |
| --- | --- | --- |
| ID | The unique identifier of the record that triggered the Asynchronous Query Status Changed event. | string |
| Asynchronous Query Status Changed | The full response payload for the Asynchronous Query Status Changed event. | Object |

:::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.
:::
