Full name: projects.locations.reasoningEngines.runtimeRevisions.list
Lists runtime revisions in a reasoning engine.
Endpoint
gethttps://{service-endpoint}/v1beta1/{parent}/runtimeRevisions
Where {service-endpoint} is one of the supported service endpoints.
Path parameters
parentstring
Required. The resource name of the ReasoningEngine to list the ReasoningEngineRuntimeRevisions from. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoningEngine}
Query parameters
filterstring
Optional. The standard list filter. More detail in AIP-160.
pageSizeinteger
Optional. The maximum number of ReasoningEngineRuntimeRevisions to return. The service may return fewer than this value.
If unspecified, at most 50 revisions will be returned.
The maximum value is 100; values above 100 will be coerced to 100.
pageTokenstring
Optional. The standard list page token.
Request body
The request body must be empty.
Response body
Response message for ReasoningEngineRuntimeRevisionService.ListReasoningEngineRuntimeRevisions
If successful, the response body contains data with the following structure:
List of ReasoningEngineRuntimeRevisions in the requested page.
nextPageTokenstring
A token to retrieve the next page of results. Pass to ListReasoningEngineRuntimeRevisionsRequest.page_token to obtain that page.
| JSON representation |
|---|
{
"reasoningEngineRuntimeRevisions": [
{
object ( |