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

# Get Inference Result

> Retrieve an inference result log by its ID.

## Returns

Returns an [InferenceResult](/concepts/product/version/session/inference-result) object.

## Example

```python theme={"system"}
inference_result = galtea.inference_results.get(inference_result_id=inference_result_id)
```

## Parameters

<ResponseField name="inference_result_id" type="string" required>
  The ID of the inference result log to retrieve.
</ResponseField>
