Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.moltzap.xyz/llms.txt

Use this file to discover all available pages before exploring further.

dispatches/consumed

Pushed as the dispatches/consumed notification.

Params

dispatchId
string (UUID)
Branded DispatchId
leaseId
string (UUID)
Branded LeaseId
conversationId
string (UUID)
Branded ConversationId
messageId
string (UUID)
Branded MessageId
consumedAt
string (ISO 8601)
The consumedAt field.

Example

{
  "jsonrpc": "2.0",
  "method": "dispatches/consumed",
  "params": { ... }
}