Method: projects.locations.reasoningEngines.list

Lists reasoning engines in a location.

Endpoint

get https://{service-endpoint}/v1beta1/{parent}/reasoningEngines

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

parent string

Required. The resource name of the Location to list the ReasoningEngines from. Format: projects/{project}/locations/{location}

Query parameters

filter string

Optional. The standard list filter. More detail in AIP-160.

pageSize integer

Optional. The standard list page size.

pageToken string

Optional. The standard list page token.

Request body

The request body must be empty.

Response body

Response message for ReasoningEngineService.ListReasoningEngines

If successful, the response body contains data with the following structure:

Fields
reasoningEngines[] object (ReasoningEngine)

List of ReasoningEngines in the requested page.

nextPageToken string

A token to retrieve the next page of results. Pass to ListReasoningEnginesRequest.page_token to obtain that page.

JSON representation
{
  "reasoningEngines": [
    {
      object (ReasoningEngine)
    }
  ],
  "nextPageToken": string
}