Skip to main content

Start Search Async

GET 

/api/itemsearch/startsearch/:searchId

Tier: Public — stable, supported for third-party integration.

Marks an item search as in progress and stamps its start time.

There is no state guard: this can be called again on a search that is already InProgress or even Completed, which simply re-stamps the start time.

Request

Responses

true on success. On any failure, including an unknown {searchId}, this returns false with HTTP 200 rather than a 400.