getTaskPushNotification
open suspend override fun getTaskPushNotification(id: TaskId): GetTaskPushNotificationResponse(source)
Gets the push notification configuration for a task.
Retrieves the current settings for how notifications about task status changes are delivered for the specified task.
Return
The response containing the current push notification configuration.
Parameters
id
The ID of the task.
open suspend override fun getTaskPushNotification(request: GetTaskPushNotificationRequest): GetTaskPushNotificationResponse(source)
Gets the push notification configuration for a task using a pre-constructed request object.
This overload allows for more control over the request, including setting a custom request ID and complete query parameters.
Return
The response containing the current push notification configuration.
Parameters
request
The fully constructed request containing request ID and task parameters.