> ## Documentation Index
> Fetch the complete documentation index at: https://docs.notte.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# GetFunctionRunResponse

## Fields

<ParamField path="function_id" type="str" required>
  The ID of the function
</ParamField>

<ParamField path="function_run_id" type="str" required>
  The ID of the function run
</ParamField>

<ParamField path="created_at" type="datetime" required />

<ParamField path="updated_at" type="datetime" required />

<ParamField path="status" type="Literal['closed', 'active', 'failed']" required />

<ParamField path="session_id" type="UnionType[str, None]">
  The ID of the session
</ParamField>

<ParamField path="logs" type="list[str]" required>
  The logs of the workflow run
</ParamField>

<ParamField path="variables" type="UnionType[Dict[str, Any], None]" required>
  The variables of the workflow run
</ParamField>

<ParamField path="result" type="UnionType[str, None]">
  The result of the workflow run (if any)
</ParamField>

<ParamField path="local" type="bool" default="False">
  Whether the workflow has been run locally or on the cloud
</ParamField>

## Module

`notte_sdk.types`
