Requests
Get Request
Retrieve detailed information about a specific request including status, response data, and broadcast results
GET
Get comprehensive information about a specific request. This endpoint is useful for polling request status and retrieving the human reviewer’s response once completed.
Authentication
Your API key for authentication
Path Parameters
The unique identifier of the request
Response
Whether an error occurred
Success message
Request Status Types
Pending
Request is waiting for a reviewer response. No response yet.
Completed
Reviewer has submitted their response. Check
response_data field.Cancelled
Request was cancelled before completion.
Timeout
Request timed out.
default_response was used as the final response.Polling Strategy
Basic Polling
Poll every 30 seconds for time-sensitive requests:Exponential Backoff
More efficient polling with increasing intervals:Response Data Examples
Single Select Response
Multi Select Response
Rating Response
Text Response
Boolean Response
Next Steps
Add Feedback
Provide feedback on completed requests to improve reviewer performance.
Cancel Request
Cancel a pending request if it’s no longer needed.
Set Up Webhooks
Get real-time notifications instead of polling for status updates.