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