AI-generated Key Takeaways
-
Retrieves a specific
TaskTrackingInfo
instance using aGET
request to the specified URL. -
The request URL requires a
provider
(Google Cloud Project ID) and atrackingId
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 |
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
.