Documentation Index
Fetch the complete documentation index at: https://docs.callprep.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Poll this endpoint untilstatus is completed or failed.
Recommended polling interval: every 5 seconds.
This endpoint does not consume credits — poll as many times as needed.
Base URL: https://rpiqzfzokrwxavztrpmp.supabase.co/functions/v1
Request
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
research_id | string | ✅ | The research_id returned by POST /research |
Example
Response — processing
HTTP 200status changes to completed or failed.
Response — completed
HTTP 200Response — failed
HTTP 200Status values
| Status | Meaning | Action |
|---|---|---|
queued | Job waiting to be picked up | Continue polling |
processing | Enrichment in progress | Continue polling |
completed | All enrichment steps finished | Use the data |
failed | Unrecoverable error occurred | Resubmit request |
Error responses
401 — Missing or invalid API keyFor a full description of all fields in the
data object,
see the Response fields reference.