Get an Index

Get an Index

1from reasoner import Reasoner
2
3r = Reasoner(api_key=”foobar”)
4index = r.indexes.get("your-index-uid")