objectscheduled_query_run
If you have [scheduled a Sigma query](https://stripe.com/docs/sigma/scheduled-queries), you'll receive a `sigma.scheduled_query_run.created` webhook each time the query runs. The webhook contains a `ScheduledQueryRun` object, which you can use to retrieve the query results.
- Source
openapi/spec3.json- Commit
d70de345383d- Active snapshot
da69df7e6e11
ScheduledQueryRun
objectIf you have [scheduled a Sigma query](https://stripe.com/docs/sigma/scheduled-queries), you'll receive a `sigma.scheduled_query_run.created` webhook each time the query runs. The webhook contains a `ScheduledQueryRun` object, which you can use to retrieve the query results.
Time at which the object was created. Measured in seconds since the Unix epoch.
When the query was run, Sigma contained a snapshot of your Stripe data at this time.
The file object representing the results of the query.
Unique identifier for the object.
Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
String representing the object's type. Objects of the same type share the same value.
Time at which the result expires and is no longer available for download.
SQL for the query.
The query's execution status, which will be `completed` for successful runs, and `canceled`, `failed`, or `timed_out` otherwise.
Title of the query.