Overview
In V2, all API requests are processed through a queued system for improved reliability and performance. When you make any API request (send message, react, etc.), you receive an immediate response with aqueued_request_uuid. Use this method to check the actual response of your queued request.
Learn more about the V2 queued request system in the Queued Requests Documentation.
Get Queued Request
Retrieve the status and response of a queued API request using its UUID.- Basic Usage
- Parameters
- Response
The
response_status, response_body, and response_header will be null while the request is still being processed.