> For the complete documentation index, see [llms.txt](https://docs.tryterra.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryterra.co/faq/help-topics/something-else/features-widgets-and-sdk-tools/client-library-feature-parity.md).

# Why does the Python client lack reference\_id lookup?

The Python client doesn't currently expose lookup by `reference_id`. Two options:

* **Call the REST endpoint directly** (`userInfo` supports lookup by `reference_id`).
* Open a pull request on the open-source client, which the team is happy to merge.
