Retrieves the results of a query job.Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
External DocumentationTo learn more, visit the GCP documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| Job ID | [Required] Job ID of the query job. |
| Location | The geographic location where the job should run. Required except for US and EU. See details at https://cloud.google.com/bigquery/docs/locations#specifying_your_location. |
| Project ID | [Required] Project ID of the query job. |
| Return All Pages | Automatically fetch all resources, page by page. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Fields | Selector specifying which fields to include in a partial response. |
| Max Results | Maximum number of results to read. |
| Start Index | Zero-based index of the starting row. |
| Timeout Ms | How long to wait for the query to complete, in milliseconds, before returning. Default is 10 seconds. If the timeout passes before the job completes, the ‘jobComplete’ field in the response will be false. |