curl https://qstash.upstash.io/v2/messages/msg_123 \ -H "Authorization: Bearer <token>"
{ "messageId": "msg_123", "topicId": "tpc_123", "url":"https://example.com", "method": "POST", "header": { "My-Header": ["my-value"] }, "body": "{\"foo\":\"bar\"}", "createdAt": 1620000000000 }
Retrieve a message by its id
Was this page helpful?