Skip to main content
GET
Get status
Returns the latest progress for a task created by the same API key. A terminal status request can also complete billing settlement.

Example

Response

Known stop_reason values include limit, source_finished, no_data_timeout, and rejected_streak. Treat new values as forward-compatible strings.
A task with status: error can still have a positive ready_count. Fetch those completed results before closing the task locally. Xiaohongshu and WeChat Official Account tasks commonly stay running for 1 to 2 minutes before results are ready.
Status is available only to the exact API key that created the task. A missing task and a task owned by another key both return 404 not_found. See Task results for the complete polling and fetch loop.

Authorizations

Authorization
string
header
default:lev8_live_...
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

leads_search_id
string
required
Required string length: 1 - 128

Response

Task status.

object
string
Allowed value: "entity_search_status"
leads_search_id
string
Example:

"leads_search_01JABCDEF123456789"

status
object