OperatorList

  • items
    Type: array object[] · Items
    required

    The page of operators.

    A stored operator at a particular version.

    • description
      Type: string · Description
      required

      What this operator assesses.

    • include_reasoning
      Type: boolean · Include Reasoning
      required

      Whether the model is asked to justify its result.

    • is_current
      Type: boolean · Is Current
      required

      Whether this is the current version a fresh reference would bind to.

    • model_tier
      Type: string · Model Tierenum
      required

      The model tier this operator runs on.

      values
      • fast
      • standard
    • name
      Type: string · Name
      required

      Operator name (kebab-case).

    • output_config
      Type: object · Output Config
      required

      Type-specific output configuration.

    • output_type
      Type: string · Output Typeenum
      required

      The shape of the result this operator emits.

      values
      • classification
      • boolean
      • score
      • multi_tag
      • extraction
      • text
    • prompt
      Type: string · Prompt
      required

      The natural-language instructions for the model.

    • version
      Type: integer · Version
      required

      This operator version's number.

    • account
      Type: string · Accountnullable

      Owning account id, or null for a platform operator maintained by Simwood.

    • created_at
      Type: string · Created Atnullable

      When this version was created (ISO 8601).

    • parameters
      Type: array object[] · Parameters

      Parameters the prompt references.

      A value an operator's prompt references, supplied per configuration rather than baked into the prompt.

    • updated_at
      Type: string · Updated Atnullable

      When this version was last touched (ISO 8601).

  • next_cursor
    Type: string · Next Cursornullable

    Cursor for the next page, or null if this is the last page.