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.locations.transferConfigs.runs.list`, retrieves information about transfer runs for a specified transfer configuration."],["The `parent` path parameter is required to identify the transfer configuration and it must follow the format `projects/{projectId}/transferConfigs/{configId}` or `projects/{projectId}/locations/{locationId}/transferConfigs/{configId}`."],["Query parameters, such as `states[]`, `pageToken`, `pageSize`, and `runAttempt`, can be used to filter and paginate the list of transfer runs returned."],["The request body must be empty for this endpoint, as all parameters are passed in the URL, either as part of the path or as query arguments."],["The response body will contain a `ListTransferRunsResponse` object, and the endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]