Method: brands.agents.getLaunch

  • Gets launch information for an agent.

  • The HTTP request uses a GET method with a specific URL format containing brand and agent identifiers.

  • The request requires a name parameter which is the unique identifier of the agent launch.

  • The response body contains an instance of AgentLaunch if the request is successful.

Gets the launch information for an agent.

HTTP request

GET https://businesscommunications.googleapis.com/v1/{name=brands/*/agents/*/launch}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The unique identifier of the agent launch.

Request body

The request body must be empty.

Response body

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