Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.galtea.ai/llms.txt

Use this file to discover all available pages before exploring further.

Returns

Returns a Version object for the given product and version name.

Example

version = galtea.versions.get_by_name(product_id=product_id, version_name=version_name)

Parameters

product_id
string
required
The ID of the product for which you want to retrieve the version.
version_name
string
required
The name of the version you want to retrieve.