Lists the ConnectorRun
s of a DataConnector
.
HTTP request
GET https://discoveryengine.googleapis.com/v1alpha/{parent=projects/*/locations/*/collections/*/dataConnector}/connectorRuns
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent If the caller does not have permission to list |
Query parameters
Parameters | |
---|---|
page |
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. |
page |
A page token, received from a previous When paginating, all other parameters provided to |
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 ( |
Fields | |
---|---|
connector |
List of |
next |
A token that can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.