listInstances method

ResponseFuture<ListInstancesResponse> listInstances(
  1. ListInstancesRequest request, {
  2. CallOptions? options,
})

List Instances

Deprecated: please move to the corresponding endpoint under instance service v2. This endpoint will be removed with the next major version of ZITADEL.

Lists instances matching the given query. The query can be used to filter either by instance ID or domain. The request is paginated and returns 100 results by default.

Required permissions:

  • system.instance.read

Implementation

$grpc.ResponseFuture<$0.ListInstancesResponse> listInstances(
  $0.ListInstancesRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$listInstances, request, options: options);
}