Overview
This method allows you to retrieve the status and response of a queued API request using its UUID.Get Queued Request
Retrieve the status and response of a queued API request using its UUID.- Basic Usage
- Parameters
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Check the status and response of queued API requests
use Hypersender\Hypersender;
$response = Hypersender::whatsapp()
->getQueuedRequest(
uuid: 'a0816120-7e37-4e8b-8cf3-92deb2cdc133',
);
| Parameter | Type | Required | Description |
|---|---|---|---|
| uuid | string | yes | The UUID of the queued request to retrieve |