ReferencePeople search

Continue People Search

Extend an existing people search by thread_id and total_target.

POST
/api/v1/search/workflow/people/continue

Authorization

ApiKeyAuth
x-api-key<token>

A platform key (ck_live_…). Mint one in the console under Settings → API Keys.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/v1/search/workflow/people/continue" \  -H "Content-Type: application/json" \  -d '{    "thread_id": "536c****-****-45c5-****-0a8dfa5*****",    "total_target": 200  }'
{}
Was this page helpful?
Report an issue