Method: tasks.pushNotificationConfigs.get

Gets a push notification config for a task.

HTTP request

GET https://ces.googleapis.com/tasks/{taskId}/pushNotificationConfigs/{id}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
taskId

string

Required. The parent task resource ID.

id

string

Required. The resource ID of the configuration to retrieve.

Query parameters

Parameters
tenant

string

Optional. Opaque routing identifier. Must match the tenant value from the selected AgentInterface in the Agent Card when that field is set.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of TaskPushNotificationConfig.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/ces

For more information, see the Authentication Overview.