Required. The parent DataConnector resource name, such as projects/{project}/locations/{location}/collections/{collectionId}/dataConnector.
If the caller does not have permission to list ConnectorRuns under this DataConnector, regardless of whether or not this DataConnector exists, a PERMISSION_DENIED error is returned.
Query parameters
Parameters
pageSize
integer
Requested page size. Server may return fewer items than requested. If unspecified, defaults to 10. The maximum value is 50; values above 50 will be coerced to 50.
If this field is negative, an INVALID_ARGUMENT error is returned.
pageToken
string
A page token, received from a previous connectorRuns.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to connectorRuns.list must match the call that provided the page token.
[[["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-28 UTC."],[[["This webpage details how to list `ConnectorRun` resources associated with a specific `DataConnector` using a `GET` HTTP request."],["The request URL requires a `parent` path parameter specifying the `DataConnector` resource name under which to list `ConnectorRun`s, ensuring proper permissions are in place."],["The request supports pagination through `pageSize` and `pageToken` query parameters, allowing for retrieval of large lists in smaller, manageable chunks."],["The request body must be empty, and the successful response contains a list of `ConnectorRun` objects along with a `nextPageToken` for further pagination."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]