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
Example response
{
"candidates": [
{
"basis": [
{
"confidence": "low"
}
]
}
]
}