Retrieve the status of Query Run
Parameters
- idstringRequired
The
id
of the query run to retrieve. This should be a validid
that was previously created.
Returns
Returns the specified Query Run object.
Response
{ "id": "qfl_0R46kn589O8KAxCGtbTjfolP", "object": "sigma.sigma_api_query", "created": 1742329729, "livemode": true, "sql": "SELECT * FROM balance_transactions LIMIT 5", "name": "Select balance transactions"}