ReferenceCompany search

Stop Company Search

Cancel an in-flight company search workflow.

POST
/api/v1/search/workflow/stop/{thread_id}

Authorization

ApiKeyAuth
x-api-key<token>

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

In: header

Path Parameters

thread_id*string

Response Body

application/json

curl -X POST "https://example.com/api/v1/search/workflow/stop/string"
{  "success": true,  "thread_id": "string",  "status": "string",  "message": "string"}
Was this page helpful?
Report an issue