curl https://qstash.upstash.io/v1/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 }
This endpoint returns the complete message with the given ID.
topic
url
Show Settings
Was this page helpful?