Method: projects.locations.reasoningEngines.list

Lists reasoning engines in a location.

HTTP request

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

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

Path parameters

Parameters
parent

string

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

Query parameters

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:

JSON representation
{
  "reasoningEngines": [
    {
      object (ReasoningEngine)
    }
  ],
  "nextPageToken": string
}
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.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • aiplatform.reasoningEngines.list

For more information, see the IAM documentation.