Skip to main content
GET
Retrieve queued message status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
number
required

Response

200 - application/json
queue_status
enum<string>
required
Available options:
not_found,
waiting,
executed,
error,
unknown
Example:

"waiting"