Binarycrayon
Binarycrayon

Reputation: 1045

Get executed query from BigQuery jobId

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

Answers (1)

Binarycrayon
Binarycrayon

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

Related Questions