Required. The field will contain name of the resource requested, for example: projects/{projectId}/transferConfigs/{configId}/runs/{run_id} or projects/{projectId}/locations/{locationId}/transferConfigs/{configId}/runs/{run_id}
Authorization requires the following IAM permission on the specified resource name:
bigquery.transfers.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of TransferRun.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-09 UTC."],[[["This webpage details how to retrieve information about a specific transfer run using the `projects.locations.transferConfigs.runs.get` method."],["The HTTP request to get the information is a `GET` method directed to a specific URL structure that includes project, location, transfer configuration, and run identifiers."],["The `name` parameter, which is required, is a string representing the full resource name of the transfer run, and authorization through the `bigquery.transfers.get` IAM permission is needed to access it."],["The request body for this method must be empty, and upon success, the response will include an instance of the `TransferRun` resource."],["Authorization requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` to be included with the request."]]],[]]