OpenAPI 3.0.2MITraw.githubusercontent.com2026-08-14263363.6 KB

38f761f66622

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).

requestobject

Deprecated: use requests for streaming calls

requestsobject[]

Request messages for streaming calls (client stream, bidi stream)

responseobject

Deprecated: use responses for streaming calls

responsesobject[]

Response messages for streaming calls (server stream, bidi stream)

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