Skip to main content
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

string
required
Your API key for authentication

Path Parameters

string
required
The unique identifier of the request

Response

boolean
Whether an error occurred
string
Success message
object

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.