Method: projects.locations.collections.dataConnector.connectorRuns.list
Stay organized with collections
Save and categorize content based on your preferences.
HTTP request
GET https://discoveryengine.googleapis.com/v1alpha/{parent=projects/*/locations/*/collections/*/dataConnector}/connectorRuns
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
parent |
string
Required. The parent DataConnector resource name, such as projects/{project}/locations/{location}/collections/{collectionId}/dataConnector . If the caller does not have permission to list ConnectorRun s 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.
|
Request body
The request body must be empty.
Response body
Response for DataConnectorService.ListConnectorRuns
method.
If successful, the response body contains data with the following structure:
JSON representation |
{
"connectorRuns": [
{
object (ConnectorRun )
}
],
"nextPageToken": string
} |
Fields |
connectorRuns[] |
object (ConnectorRun )
List of ConnectorRun s.
|
nextPageToken |
string
A token that can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.
|
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-03 UTC.
[[["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-03-03 UTC."],[[["This page details how to list `ConnectorRun` resources associated with a specific `DataConnector` using a GET HTTP request."],["The request URL utilizes gRPC Transcoding syntax and requires a `parent` path parameter, which specifies the `DataConnector` resource."],["Optional query parameters `pageSize` and `pageToken` are available for managing the pagination of results when listing `ConnectorRuns`."],["The request body must be empty, and a successful response includes a list of `ConnectorRun` objects and an optional `nextPageToken` for pagination."],["The use of this API requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]