Galtea Docs home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Test
Retrieving Test
Guides
Concepts
SDK
Blog
Changelog
Migration To V2
SDK
Introduction
Installation
Usage
API
Galtea
Product
Version
Test
Test Service
Create Test
Listing Tests
Retrieving Test
Retrieving Test By Name
Deleting Test
Downloading Test
Test Case
Metric
Session
Inference Result
Evaluation
Evaluation Task
Simulator
On this page
Returns
Example
Parameters
API
Test
Retrieving Test
Retrieve a specific test by its ID.
Returns
Returns a
Test
object for the given test ID.
Example
Copy
test
=
galtea.tests.get(
test_id
=
"YOUR_TEST_ID"
)
Parameters
test_id
string
required
The ID of the test you want to retrieve.
Listing Tests
Retrieving Test By Name
Assistant
Responses are generated using AI and may contain mistakes.