Poll a search run
GET/api/v1/cvds/runs/:id
Return the current state of a search run. Cross-tenant requests return
404 to avoid leaking the existence of other clients' run ids.
Results pending. The best-first candidate results, and the companion
GET /api/v1/cvds/runs/{id}/resultspagination endpoint, are finalized in a follow-up release. Until then this endpoint returns the run's status and echoed inputs withresults: nullandresults_pending: true.
Request
Responses
- 200
- 401
- 403
- 404
Current run state. Results are pending (see the note above).
Missing or invalid API key.
Authenticated but missing the cvdeepsearch permission.
No run with this id for the authenticated client. Returned for
cross-tenant requests to avoid leaking other clients' ids.