v9

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01211389.1 KB

Async results

Retrieve the results or status of a queued search – use GET /search?id=....

get/search/results

Query parameters

idstring uuid required
Example:078fd246-f0f7-44a0-aabb-cadd7b12454f

The identifier returned by the search endpoint of the queued search to retrieve.

Response

The search results or status.

status'retrieving' | 'archiving' | 'successful' | 'failed' required

Example response

{
  "status": "retrieving"
}