esc
Start typing to search the docs
Navigate Open

g­RPC server reflection

gRPC server reflection

Every Rerun gRPC server now serves gRPC server reflection: the SDK proxy, the Viewer, and rerun server. Generic gRPC tooling can discover the Rerun services and their message types without the .proto files:

grpcurl -plaintext 127.0.0.1:9876 list
grpcurl -plaintext 127.0.0.1:9876 describe rerun.cloud.v1alpha1.RerunCloudService

See the gRPC API reference.