Skip to main content
GET
Get research status and results

Authorizations

Authorization
string
header
required

API key with rapi_live_ prefix

Path Parameters

task_id
string<uuid>
required

The task ID returned from POST /research

Response

Task status and results

task_id
string<uuid>
status
enum<string>

Current task status

Available options:
pending,
running,
completed,
failed
prospect_id
string | null
created_at
string<date-time>
started_at
string<date-time> | null
completed_at
string<date-time> | null
processing_time_seconds
number | null
report_url
string<uri> | null

Public URL to the HTML report (only when completed)

result
object | null

Full intelligence report (only present when status is 'completed')

error
string | null

Error message (only when failed)