Method: providers.taskTrackingInfo.get

  • Retrieves a specific TaskTrackingInfo instance using a GET request to the specified URL.

  • The request URL requires a provider (Google Cloud Project ID) and a trackingId associated with the task.

  • Optional DeliveryRequestHeader can be included as a query parameter.

  • The request body must be empty, and a successful response returns a TaskTrackingInfo object.

Returns the specified TaskTrackingInfo instance.

HTTP request

GET https://fleetengine.googleapis.com/v1/{name=providers/*/taskTrackingInfo/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Must be in the format providers/{provider}/taskTrackingInfo/{trackingId}. The provider must be the Google Cloud Project ID, and the trackingId must be the tracking ID associated with the task. An example name can be providers/sample-cloud-project/taskTrackingInfo/sample-tracking-id.

Query parameters

Parameters
header

object (DeliveryRequestHeader)

Optional. The standard Delivery API request header.

Request body

The request body must be empty.

Response body

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