> ## 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 Span

> Retrieve a single span by ID.

## Returns

Returns a [Span](/concepts/product/version/session/span) object.

## Example

```python theme={"system"}
span = galtea.spans.get(span_id=span_id)
```

## Parameters

<ResponseField name="span_id" type="string" required>
  The unique identifier of the span to retrieve.
</ResponseField>
