curl https://qstash.upstash.io/v2/events \ -H "Authorization: Bearer <token>"
{ "cursor": "1686652644442-12", "events":[ { "time": "1686652644442", "messageId": "msg_123", "state": "delivered", "url": "https://example.com", } ] }
List all events that happened, such as message creation or delivery
Hide child attributes
CREATED
RETRY
ACTIVE
ERROR
DELIVERED
FAILED
Was this page helpful?