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

# headers_data

## get\_method\_name

```python theme={null}
def get_method_name() -> str
```

Get the entry point method name into the SDK namespace boundary.

Returns the last SDK function before exiting the `splunk_ao` namespace
when traversing from the bottom of the call stack.

**Returns**

* `str`: A string in format "\{function\_name}@\{module\_name}" or empty string if not found.

## get\_package\_version

```python theme={null}
def get_package_version() -> str
```

Get the installed SDK distribution version.

## get\_sdk\_header

```python theme={null}
def get_sdk_header() -> str
```

Build the Splunk-AO-SDK header value.
