latestOpenAPI 3.0.2MITraw.githubusercontent.com2026-08-20273465.6 KB

48019d318a0f

history

Get call history

Returns recorded gRPC calls (when history is enabled)

get/history

Query parameters

limitinteger

Return at most N most-recent records

offsetinteger

Skip the N newest records (page backward through older calls)

servicestring

Keep only calls to this fully qualified service name.

methodstring

Keep only calls to this method name.

errorboolean

When true, return only calls that ended with a gRPC error

Response

List of recorded calls

servicestring

Fully qualified gRPC service name.

methodstring

gRPC method name.

sessionstring

Session ID (empty = global)

stubIdstring uuid

Stub identifier

timestampstring date-time

When the call was received (RFC 3339).

requestsobject[]

Request messages; a unary call carries exactly one

responsesobject[]

Response messages; a unary call carries exactly one

responseHeadersobject

Normalized response metadata (header+trailer) the call answered with

codeinteger

gRPC status code (e.g., 0 for OK, 5 for NotFound)

errorstring

gRPC status message, empty when the call succeeded.

elapsedMsinteger

Handler duration in milliseconds