Required. The BigQuery project id for which transfer configs should be returned. If you are using the regionless method, the location must beUSandparentshould be in the following form:
`projects/{projectId}
If you are using the regionalized method,parentshould be in the following form:
projects/{projectId}/locations/{locationId}
Authorization requires the followingIAMpermission on the specified resourceparent:
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 ofListTransfersRequestlist results. For multiple-page results,ListTransfersResponseoutputs anext_pagetoken, which can be used as thepageTokenvalue 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, \u003ccode\u003eprojects.transferConfigs.list\u003c/code\u003e, retrieves information about all transfer configurations within a specified project and location.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses a \u003ccode\u003eGET\u003c/code\u003e method at the provided URL, and requires a parent path parameter specifying the project ID.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters allow filtering by data source IDs, and pagination using \u003ccode\u003epageToken\u003c/code\u003e and \u003ccode\u003epageSize\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and a successful response returns a \u003ccode\u003eListTransferConfigsResponse\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization to use this endpoint requires \u003ccode\u003ebigquery.transfers.get\u003c/code\u003e IAM permission on the parent resource, and the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: transferConfigs.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\n**Full name**: projects.transferConfigs.list\n\nReturns information about all transfer configs owned by a project in the specified location.\n\n### HTTP request\n\n`GET https://bigquerydatatransfer.googleapis.com/v1/{parent=projects/*}/transferConfigs`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ListTransferConfigsResponse](/bigquery/docs/reference/datatransfer/rest/v1/ListTransferConfigsResponse).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]