# Query Runs The Query Runs operations allow you to create, retrieve, or cancel a Data Query job run. ## Retrieve a query run - [GET /query_runs/{query_run_id}](https://developer.zuora.com/other-api/quickstart-api/query-runs/getqueryrun.md): Retrieves the query run with the given ID. ## Create a query run - [POST /query_runs](https://developer.zuora.com/other-api/quickstart-api/query-runs/createqueryrun.md): Creates a new query run job. ## Cancel a query run - [POST /query_runs/{query_run_id}/cancel](https://developer.zuora.com/other-api/quickstart-api/query-runs/cancelqueryrun.md): Cancels a query run. This operation is only applicable if the state of the query run is accepted or in_progress.