Method: providers.tasks.get

  • Retrieves Task information using a GET request to a specified URL with gRPC Transcoding syntax.

  • Requires a path parameter to identify the provider (Google Cloud Project ID) and the specific task.

  • Accepts an optional query parameter for the Delivery API request header.

  • Sends an empty request body and receives a response containing Task details upon success.

Gets information about a Task.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Must be in the format providers/{provider}/tasks/{task}. The provider must be the Google Cloud Project ID. For example, sample-cloud-project.

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 Task.