The Saved Query object Preview

Sigma
Saved Query
The Saved Query object

Attributes

  • idstring

    Unique identifier for the object.

  • objectstring

    String representing the object’s type. Objects of the same type share the same value.

  • createdinteger

    Time at which the object was created. Measured in seconds since the Unix epoch.

  • livemodeboolean

    Has the value true if the object exists in live mode or the value false if the object exists in test mode.

  • namestring

    The name of the query.

  • sqlstring

    The sql statement for the query.

The Saved Query object
{
"id": "qfl_0R46kn589O8KAxCGtbTjfolP",
"object": "sigma.sigma_api_query",
"created": 1742329729,
"livemode": true,
"sql": "SELECT * FROM balance_transactions LIMIT 5",
"name": "Select balance transactions"
}