Required. The BigQuery project id for which transfer configs should be returned. If you are using the regionless method, the location must be US and parent should be in the following form:
`projects/{projectId}
If you are using the regionalized method, parent should be in the following form:
projects/{projectId}/locations/{locationId}
Authorization requires the following IAM permission on the specified resource parent:
bigquery.transfers.get
Query parameters
Parameters
dataSourceIds[]
string
When specified, only configurations of requested data sources are returned.
pageToken
string
Pagination token, which can be used to request a specific page of ListTransfersRequest list results. For multiple-page results, ListTransfersResponse 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-07-02 UTC."],[[["\u003cp\u003eThis API endpoint retrieves a list of transfer configurations for a specified project and location using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter is required and specifies the project and location to retrieve transfer configurations from, with specific IAM permissions needed.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters like \u003ccode\u003edataSourceIds\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003epageSize\u003c/code\u003e allow filtering and pagination of the results.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for this API call must be empty, and it outputs a \u003ccode\u003eListTransferConfigsResponse\u003c/code\u003e containing the transfer configs.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope to be used when making the request.\u003c/p\u003e\n"]]],[],null,[]]