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"
        }
      ]
    }
  ]
}

Changes

Changed in 5 of the 21 revisions of this API.1111

    • header request parameter parallel-beta was deprecated

      request-parameter-deprecated

    • api tag FindAll added

      api-tag-added

    • api tag FindAll API (Beta) removed

      api-tag-removed

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new insufficient_funds enum value to the run/status/termination_reason/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

  • 105d778ad64d17See the full diff
    • the run response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • added the optional property run/created_at to the response with the 200 status

      response-optional-property-added

    • added the optional property run/metadata to the response with the 200 status

      response-optional-property-added

    • added the optional property run/modified_at to the response with the 200 status

      response-optional-property-added

    • removed FindAllRun from the run response property allOf list for the response status 200

      response-property-all-of-removed

    • added the required property run/findall_id to the response with the 200 status

      response-required-property-added

    • added the required property run/generator to the response with the 200 status

      response-required-property-added

    • added the required property run/status to the response with the 200 status

      response-required-property-added

    This revision also has 19 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added