Skip to content

Get Version Info

GET
/api/v1/system/version

Get version information for Factflow and dependencies.

Returns version numbers for:

  • Factflow
  • Python runtime
  • FastAPI framework
  • Pydantic library
  • PostgreSQL database (if available)

Returns: VersionInfo with all version numbers

Successful Response

VersionInfo

Version information for Factflow and dependencies.

object
factflow_version
required
Factflow Version

Factflow version

string
python_version
required
Python Version

Python version

string
fastapi_version
required
Fastapi Version

FastAPI version

string
pydantic_version
required
Pydantic Version

Pydantic version

string
postgres_version
Any of:
string