# Models API Reference ```{eval-rst} .. verified:: 2025-11-25 :reviewer: Christof Buchbender ``` This page provides the complete Python API reference for all SQLAlchemy models in ops-db. For conceptual explanations of these models, see: - {doc}`../concepts/observatory_hierarchy` - {doc}`../concepts/observation_model` - {doc}`../concepts/data_model` - {doc}`../concepts/location_model` - {doc}`../concepts/transfer_model` ## Complete Model Documentation ```{eval-rst} .. automodule:: ccat_ops_db.models :members: :undoc-members: :show-inheritance: :special-members: __init__ ``` ## Related Documentation - Table reference: {doc}`../schema/table_reference` - Core functions: {doc}`core` - Utilities: {doc}`utilities` - Database concepts: {doc}`../concepts/overview`