1. Registry
  2. Packages
  3. Files.com
  4. API Docs
  5. getExpectationEvaluation
Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady
filescom logo
Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady

    An ExpectationEvaluation records one open or closed window for an Expectation.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as filescom from "pulumi-filescom";
    
    const exampleExpectationEvaluation = filescom.getExpectationEvaluation({
        id: 1,
    });
    
    import pulumi
    import pulumi_filescom as filescom
    
    example_expectation_evaluation = filescom.get_expectation_evaluation(id=1)
    
    package main
    
    import (
    	"github.com/jschady/pulumi-filescom/sdk/go/filescom"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := filescom.GetExpectationEvaluation(ctx, &filescom.GetExpectationEvaluationArgs{
    			Id: 1,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Filescom = Jschady.Filescom;
    
    return await Deployment.RunAsync(() => 
    {
        var exampleExpectationEvaluation = Filescom.GetExpectationEvaluation.Invoke(new()
        {
            Id = 1,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.filescom.FilescomFunctions;
    import com.pulumi.filescom.inputs.GetExpectationEvaluationArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var exampleExpectationEvaluation = FilescomFunctions.getExpectationEvaluation(GetExpectationEvaluationArgs.builder()
                .id(1)
                .build());
    
        }
    }
    
    variables:
      exampleExpectationEvaluation:
        fn::invoke:
          function: filescom:getExpectationEvaluation
          arguments:
            id: 1
    
    pulumi {
      required_providers {
        filescom = {
          source = "pulumi/filescom"
        }
      }
    }
    
    data "filescom_getexpectationevaluation" "exampleExpectationEvaluation" {
      id = 1
    }
    

    Using getExpectationEvaluation

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getExpectationEvaluation(args: GetExpectationEvaluationArgs, opts?: InvokeOptions): Promise<GetExpectationEvaluationResult>
    function getExpectationEvaluationOutput(args: GetExpectationEvaluationOutputArgs, opts?: InvokeOutputOptions): Output<GetExpectationEvaluationResult>
    def get_expectation_evaluation(id: Optional[int] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetExpectationEvaluationResult
    def get_expectation_evaluation_output(id: pulumi.Input[Optional[int]] = None,
                                   opts: Optional[InvokeOutputOptions] = None) -> Output[GetExpectationEvaluationResult]
    func GetExpectationEvaluation(ctx *Context, args *GetExpectationEvaluationArgs, opts ...InvokeOption) (*GetExpectationEvaluationResult, error)
    func GetExpectationEvaluationOutput(ctx *Context, args *GetExpectationEvaluationOutputArgs, opts ...InvokeOption) GetExpectationEvaluationResultOutput

    > Note: This function is named GetExpectationEvaluation in the Go SDK.

    public static class GetExpectationEvaluation 
    {
        public static Task<GetExpectationEvaluationResult> InvokeAsync(GetExpectationEvaluationArgs args, InvokeOptions? opts = null)
        public static Output<GetExpectationEvaluationResult> Invoke(GetExpectationEvaluationInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetExpectationEvaluationResult> Invoke(GetExpectationEvaluationInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetExpectationEvaluationResult> getExpectationEvaluation(GetExpectationEvaluationArgs args, InvokeOptions options)
    public static Output<GetExpectationEvaluationResult> getExpectationEvaluation(GetExpectationEvaluationArgs args, InvokeOptions options)
    public static Output<GetExpectationEvaluationResult> getExpectationEvaluation(GetExpectationEvaluationArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: filescom:index/getExpectationEvaluation:getExpectationEvaluation
      arguments:
        # arguments dictionary
    data "filescom_get_expectation_evaluation" "name" {
        # arguments
    }

    The following arguments are supported:

    Id int
    ExpectationEvaluation ID
    Id int
    ExpectationEvaluation ID
    id number
    ExpectationEvaluation ID
    id Integer
    ExpectationEvaluation ID
    id number
    ExpectationEvaluation ID
    id int
    ExpectationEvaluation ID
    id Number
    ExpectationEvaluation ID

    getExpectationEvaluation Result

    The following output properties are available:

    ClosedAt string
    When the evaluation row was finalized.
    CreatedAt string
    Creation time.
    CriteriaErrors List<string>
    Captured criteria failures for the window, including file-scoped FTS errors and returned validation details.
    DeadlineAt string
    Logical due boundary for schedule-driven windows.
    ExpectationId int
    Expectation ID.
    HardCloseAt string
    Hard stop after which the window may not remain open.
    Id int
    ExpectationEvaluation ID
    LateAcceptanceCutoffAt string
    Logical cutoff for late acceptance, when present.
    MatchedFiles object
    Captured evidence for files that matched the window.
    MissingFiles object
    Captured evidence for required files that were missing.
    OpenedAt string
    When the evaluation row was opened.
    OpenedVia string
    How the evaluation window was opened.
    Status string
    Evaluation status.
    Summary object
    Compact evaluator summary payload.
    UpdatedAt string
    Last update time.
    WindowEndAt string
    Actual candidate cutoff boundary for the window.
    WindowStartAt string
    Logical start of the candidate window.
    WorkspaceId int
    Workspace ID. 0 means the default workspace.
    ClosedAt string
    When the evaluation row was finalized.
    CreatedAt string
    Creation time.
    CriteriaErrors []string
    Captured criteria failures for the window, including file-scoped FTS errors and returned validation details.
    DeadlineAt string
    Logical due boundary for schedule-driven windows.
    ExpectationId int
    Expectation ID.
    HardCloseAt string
    Hard stop after which the window may not remain open.
    Id int
    ExpectationEvaluation ID
    LateAcceptanceCutoffAt string
    Logical cutoff for late acceptance, when present.
    MatchedFiles interface{}
    Captured evidence for files that matched the window.
    MissingFiles interface{}
    Captured evidence for required files that were missing.
    OpenedAt string
    When the evaluation row was opened.
    OpenedVia string
    How the evaluation window was opened.
    Status string
    Evaluation status.
    Summary interface{}
    Compact evaluator summary payload.
    UpdatedAt string
    Last update time.
    WindowEndAt string
    Actual candidate cutoff boundary for the window.
    WindowStartAt string
    Logical start of the candidate window.
    WorkspaceId int
    Workspace ID. 0 means the default workspace.
    closed_at string
    When the evaluation row was finalized.
    created_at string
    Creation time.
    criteria_errors list(string)
    Captured criteria failures for the window, including file-scoped FTS errors and returned validation details.
    deadline_at string
    Logical due boundary for schedule-driven windows.
    expectation_id number
    Expectation ID.
    hard_close_at string
    Hard stop after which the window may not remain open.
    id number
    ExpectationEvaluation ID
    late_acceptance_cutoff_at string
    Logical cutoff for late acceptance, when present.
    matched_files any
    Captured evidence for files that matched the window.
    missing_files any
    Captured evidence for required files that were missing.
    opened_at string
    When the evaluation row was opened.
    opened_via string
    How the evaluation window was opened.
    status string
    Evaluation status.
    summary any
    Compact evaluator summary payload.
    updated_at string
    Last update time.
    window_end_at string
    Actual candidate cutoff boundary for the window.
    window_start_at string
    Logical start of the candidate window.
    workspace_id number
    Workspace ID. 0 means the default workspace.
    closedAt String
    When the evaluation row was finalized.
    createdAt String
    Creation time.
    criteriaErrors List<String>
    Captured criteria failures for the window, including file-scoped FTS errors and returned validation details.
    deadlineAt String
    Logical due boundary for schedule-driven windows.
    expectationId Integer
    Expectation ID.
    hardCloseAt String
    Hard stop after which the window may not remain open.
    id Integer
    ExpectationEvaluation ID
    lateAcceptanceCutoffAt String
    Logical cutoff for late acceptance, when present.
    matchedFiles Object
    Captured evidence for files that matched the window.
    missingFiles Object
    Captured evidence for required files that were missing.
    openedAt String
    When the evaluation row was opened.
    openedVia String
    How the evaluation window was opened.
    status String
    Evaluation status.
    summary Object
    Compact evaluator summary payload.
    updatedAt String
    Last update time.
    windowEndAt String
    Actual candidate cutoff boundary for the window.
    windowStartAt String
    Logical start of the candidate window.
    workspaceId Integer
    Workspace ID. 0 means the default workspace.
    closedAt string
    When the evaluation row was finalized.
    createdAt string
    Creation time.
    criteriaErrors string[]
    Captured criteria failures for the window, including file-scoped FTS errors and returned validation details.
    deadlineAt string
    Logical due boundary for schedule-driven windows.
    expectationId number
    Expectation ID.
    hardCloseAt string
    Hard stop after which the window may not remain open.
    id number
    ExpectationEvaluation ID
    lateAcceptanceCutoffAt string
    Logical cutoff for late acceptance, when present.
    matchedFiles any
    Captured evidence for files that matched the window.
    missingFiles any
    Captured evidence for required files that were missing.
    openedAt string
    When the evaluation row was opened.
    openedVia string
    How the evaluation window was opened.
    status string
    Evaluation status.
    summary any
    Compact evaluator summary payload.
    updatedAt string
    Last update time.
    windowEndAt string
    Actual candidate cutoff boundary for the window.
    windowStartAt string
    Logical start of the candidate window.
    workspaceId number
    Workspace ID. 0 means the default workspace.
    closed_at str
    When the evaluation row was finalized.
    created_at str
    Creation time.
    criteria_errors Sequence[str]
    Captured criteria failures for the window, including file-scoped FTS errors and returned validation details.
    deadline_at str
    Logical due boundary for schedule-driven windows.
    expectation_id int
    Expectation ID.
    hard_close_at str
    Hard stop after which the window may not remain open.
    id int
    ExpectationEvaluation ID
    late_acceptance_cutoff_at str
    Logical cutoff for late acceptance, when present.
    matched_files Any
    Captured evidence for files that matched the window.
    missing_files Any
    Captured evidence for required files that were missing.
    opened_at str
    When the evaluation row was opened.
    opened_via str
    How the evaluation window was opened.
    status str
    Evaluation status.
    summary Any
    Compact evaluator summary payload.
    updated_at str
    Last update time.
    window_end_at str
    Actual candidate cutoff boundary for the window.
    window_start_at str
    Logical start of the candidate window.
    workspace_id int
    Workspace ID. 0 means the default workspace.
    closedAt String
    When the evaluation row was finalized.
    createdAt String
    Creation time.
    criteriaErrors List<String>
    Captured criteria failures for the window, including file-scoped FTS errors and returned validation details.
    deadlineAt String
    Logical due boundary for schedule-driven windows.
    expectationId Number
    Expectation ID.
    hardCloseAt String
    Hard stop after which the window may not remain open.
    id Number
    ExpectationEvaluation ID
    lateAcceptanceCutoffAt String
    Logical cutoff for late acceptance, when present.
    matchedFiles Any
    Captured evidence for files that matched the window.
    missingFiles Any
    Captured evidence for required files that were missing.
    openedAt String
    When the evaluation row was opened.
    openedVia String
    How the evaluation window was opened.
    status String
    Evaluation status.
    summary Any
    Compact evaluator summary payload.
    updatedAt String
    Last update time.
    windowEndAt String
    Actual candidate cutoff boundary for the window.
    windowStartAt String
    Logical start of the candidate window.
    workspaceId Number
    Workspace ID. 0 means the default workspace.

    Package Details

    Repository
    filescom jschady/pulumi-filescom
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the filescom Terraform Provider.
    filescom logo
    Viewing docs for Files.com v0.1.1
    published on Thursday, Aug 20, 2026 by jschady

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial