FindAll

Retrieve FindAll Run Status

Retrieve a FindAll run.

get/v1beta/findall/runs/{findall_id}

Path parameters

findall_idstring required

Headers

parallel-betastring nullable

Response

Successful Response

findall_idstring required

ID of the FindAll run.

generator'base' | 'core' | 'pro' | 'preview' required

Generator for the FindAll run.

metadataobject nullable

Metadata for the FindAll run.

created_atstring nullable

Timestamp of the creation of the run, in RFC 3339 format.

modified_atstring nullable

Timestamp of the latest modification to the FindAll run result, in RFC 3339 format.

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 status/termination_reason/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

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

      response-body-type-changed

    • removed FindAllRun FindAllPollResponse from the response body anyOf list for the response status 200

      response-body-any-of-removed

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-required-property-added

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

      response-required-property-added

    • added the required property 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