v19

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-084091267.1 KB
FindAll

FindAll Run Result

Retrieve the FindAll run result at the time of the request.

get/v1beta/findall/runs/{findall_id}/result

Path parameters

findall_idstring required

Headers

parallel-betastring nullable

Response

Successful Response

last_event_idstring nullable

ID of the last event of the run at the time of the request. This can be used to resume streaming from the last event.

Example response

{
  "candidates": [
    {
      "basis": [
        {
          "confidence": "low"
        }
      ]
    }
  ]
}