/
/RivetKit API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 10m ago · Updated 1mo ago
  • get/actors
  • put/actors
  • post/actors
  • get/actors/names
  • get/actors/{actor_id}/kv/keys/{key}
  • get/gateway/{actorId}/health
  • post/gateway/{actorId}/action/{action}
  • get/gateway/{actorId}/request/{path}
  • put/gateway/{actorId}/request/{path}
  • post/gateway/{actorId}/request/{path}
  • delete/gateway/{actorId}/request/{path}
  • options/gateway/{actorId}/request/{path}
  • head/gateway/{actorId}/request/{path}
  • patch/gateway/{actorId}/request/{path}
  • get/gateway/{actorId}/inspector/state
  • patch/gateway/{actorId}/inspector/state
  • get/gateway/{actorId}/inspector/connections
  • get/gateway/{actorId}/inspector/rpcs
  • post/gateway/{actorId}/inspector/action/{name}
  • get/gateway/{actorId}/inspector/queue
  • get/gateway/{actorId}/inspector/traces
  • get/gateway/{actorId}/inspector/workflow-history
  • post/gateway/{actorId}/inspector/workflow/replay
  • get/gateway/{actorId}/inspector/summary

get/gateway/{actorId}/inspector/traces

Path parameters

actorIdstring required

The ID of the actor to target

Query parameters

startMsinteger

Start of time range in epoch milliseconds

endMsinteger

End of time range in epoch milliseconds. Defaults to now.

limitinteger

Maximum number of spans to return

Headers

Authorizationstring

Bearer token for inspector authentication. Required in production, optional in development.

Response

Trace spans in OTLP JSON format

otlpobject
clampedboolean

Changes