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

delete/gateway/{actorId}/request/{path}

Path parameters

actorIdstring required

The ID of the actor to target

pathstring required

The HTTP path to forward to the actor

Response

Response from actor's raw HTTP handler

Changes