Skip to main content
GET
/
list_operations
curl "http://localhost:9090/list_operations"
[
  {
    "message_id": "0x123...",
    "status": "pending",
    "attempts": 1,
    "last_attempt": "2024-01-01T12:00:00Z"
  }
]

Documentation Index

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

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

List pending messages in operation queues. Returns current messages being processed by the relayer.
Array of pending operations
[
  {
    "message_id": "0x123...",
    "status": "pending",
    "attempts": 1,
    "last_attempt": "2024-01-01T12:00:00Z"
  }
]
curl "http://localhost:9090/list_operations"