The Saved Query object Preview
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
trueif the object exists in live mode or the valuefalseif 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"}- Need help? Contact Support.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.
- Powered by Markdoc