Skip to content
Documentation/canton-network-docs/Admin APIgRPC APIPackagescom.digitalasset.canton.admin.health.v30ServicesStatusServiceView on canton-network-docs
canton-network-docs/Admin APIgRPC APIPackagescom.digitalasset.canton.admin.health.v30ServicesStatusService

GetLastErrorTrace

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

Use this file to discover all available pages before exploring further.

Shared AdministrationProtobufcom.digitalasset.canton.admin.health.v30GetLastErrorTrace

com.digitalasset.canton.admin.health.v30

GetLastErrorTrace

gRPCSince 3.4.0
RPC/com.digitalasset.canton.admin.health.v30.StatusService/GetLastErrorTrace

Protocol Details

Inputs

GetLastErrorTraceRequest

trace_idstring

Outputs

GetLastErrorTraceResponse

messagesrepeated string

Lifecycle Changes

3.4.0introduced

com.digitalasset.canton.admin.health.v30.GetLastErrorTraceRequest

trace_idstring

com.digitalasset.canton.admin.health.v30.GetLastErrorTraceResponse

messagesrepeated string
grpcurl
grpcurl
# Add -plaintext if the server is not using TLS.
grpcurl \
  -d @ \
  <HOST:PORT> \
  com.digitalasset.canton.admin.health.v30.StatusService/GetLastErrorTrace <<'EOF'
{
  "traceId": "string"
}
EOF
OKapplication/json
OK
{
  "messages": [
    "string"
  ]
}