Required. Name of transfer configuration for which transfer runs should be retrieved. Format of transfer configuration resource name is: projects/{projectId}/transferConfigs/{configId} or projects/{projectId}/locations/{locationId}/transferConfigs/{configId}.
Authorization requires the following IAM permission on the specified resource parent:
When specified, only transfer runs with requested states are returned.
pageToken
string
Pagination token, which can be used to request a specific page of ListTransferRunsRequest list results. For multiple-page results, ListTransferRunsResponse 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.list`, retrieves information about transfer runs, both active and completed."],["The HTTP request uses a `GET` method directed at a URL employing gRPC Transcoding syntax, with a required `parent` path parameter specifying the transfer configuration."],["The endpoint allows for filtering transfer runs by their state using the `states[]` query parameter, and supports pagination with `pageToken` and `pageSize`."],["The request body must be empty when using this endpoint."],["Successful requests will return a `ListTransferRunsResponse` and requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]