curl "http://localhost:9090/list_operations"
[
{
"message_id": "0x123...",
"status": "pending",
"attempts": 1,
"last_attempt": "2024-01-01T12:00:00Z"
}
]
curl "http://localhost:9090/list_operations"
[
{
"message_id": "0x123...",
"status": "pending",
"attempts": 1,
"last_attempt": "2024-01-01T12:00:00Z"
}
]
[
{
"message_id": "0x123...",
"status": "pending",
"attempts": 1,
"last_attempt": "2024-01-01T12:00:00Z"
}
]
curl "http://localhost:9090/list_operations"
Was this page helpful?