AI-generated Key Takeaways
- 
          Retrieves a specific TaskTrackingInfoinstance using aGETrequest to the specified URL.
- 
          The request URL requires a provider(Google Cloud Project ID) and atrackingIdassociated with the task.
- 
          Optional DeliveryRequestHeadercan be included as a query parameter.
- 
          The request body must be empty, and a successful response returns a TaskTrackingInfoobject.
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 | 
 Required. Must be in the format  | 
Query parameters
| Parameters | |
|---|---|
| header | 
 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.