Reputation: 1045
With the BigQuery Job List API I retrieve a list of executed jobs and their status. Is there a quick way to retrieve the executed query by job reference?
Upvotes: 2
Views: 2326
Reputation: 1045
Got it. Necessary information can be found at:
https://developers.google.com/bigquery/docs/reference/v2/jobs/get
Where a job id and a project id are required.
Upvotes: 2