Retrieve a Query Run Preview
Retrieve the status of Query Run
Parameters
- idstringRequired
The
idof the query run to retrieve. This should be a valididthat was previously created.
Returns
Returns the specified Query Run object.
Response
{ "id": "qry_0R9c43589O8STxCGUZXU3I6T", "object": "sigma.sigma_query_run", "created": 1743641728, "error": null, "finalized_at": 1743641733, "livemode": true, "result": { "file": "file_0R9c49589O8KAxR9askNs8JQ" }, "sql": "SELECT * FROM balance_transactions LIMIT 5", "status": "completed"}- Need help? Contact Support.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.
- Powered by Markdoc