Skip to main content
Galtea Docs home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
SDK
Retrieving Product
Guides
Concepts
Blog
Changelog
SDK
Installation
Usage
Galtea Client
Concepts
Product
Overview
SDK
Service
List
Get
Get By Name
Delete
Version
Test
Test Case
Simulator
Session
Inference Result
Trace
Evaluation
Model
Metrics
On this page
Returns
Example
Parameters
Concepts
Product
SDK
Retrieving Product
Copy page
Retrieve a specific product by its ID.
Copy page
Returns
Returns a
Product
object for the given product ID.
Example
Copy
product
=
galtea.products.get(
product_id
=
"YOUR_PRODUCT_ID"
)
Parameters
product_id
string
required
The ID of the product you want to retrieve.
List
Get By Name
⌘I