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 API endpoint, `projects.transferConfigs.runs.transferLogs.list`, retrieves log messages for a specific transfer run."],["The HTTP request method is `GET`, and the URL structure follows gRPC Transcoding syntax, requiring a `parent` path parameter representing the transfer run."],["Optional query parameters, including `pageToken`, `pageSize`, and `messageTypes`, are used for pagination and filtering of log messages."],["The request body for this endpoint must be empty, and the response body, if successful, will be a `ListTransferLogsResponse` instance."],["Authorization for this endpoint requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the `bigquery.transfers.get` IAM permission on the specified resource `parent`."]]],[]]