/
/RivetKit API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 19m 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/queue

Path parameters

actorIdstring required

The ID of the actor to target

Query parameters

limitinteger

Maximum number of queue messages to return

Headers

Authorizationstring

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

Response

Queue status

sizeinteger
maxSizeinteger
truncatedboolean

Changes