Skip to main content

Overview

Poll this endpoint until status 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

Example


Response — processing

HTTP 200
Continue polling until status changes to completed or failed.

Response — completed

HTTP 200

Response — failed

HTTP 200
You can resubmit the same request — a new credit will be consumed. If the failure was caused by an infrastructure error, the credit is refunded automatically.

Status values


Error responses

401 — Missing or invalid API key
404 — Research ID not found

For a production-ready polling implementation with timeouts and error handling, see the Handling errors guide.
For a full description of all fields in the data object, see the Response fields reference.