Required. Transfer run name in the form: 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 parent:
bigquery.transfers.get
Query parameters
Parameters
pageToken
string
Pagination token, which can be used to request a specific page of ListTransferLogsRequest list results. For multiple-page results, ListTransferLogsResponse outputs a next_page token, which can be used as the pageToken value to request the next page of list results.
pageSize
integer
Page size. The default page size is the maximum value of 1000 results.
[[["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-02-25 UTC."],[[["This endpoint, `projects.locations.transferConfigs.runs.transferLogs.list`, retrieves log messages associated with a specific transfer run in Google BigQuery."],["The HTTP request is a `GET` operation targeting a URL that uses gRPC Transcoding syntax, requiring a `parent` path parameter to identify the transfer run."],["Query parameters allow for pagination control through `pageToken` and `pageSize`, as well as filtering log messages by `messageTypes`."],["The request body must be empty, and a successful response will contain an instance of `ListTransferLogsResponse`."],["Authorization requires the `bigquery.transfers.get` IAM permission on the specified `parent` resource and the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]