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
Specification
Version
Endpoint Connection
Test
Overview
Data Augmentation
Accuracy
Security & Safety
Behavior
SDK
Service
Create
List
Get
Get By Name
Delete
Download
Test Case
Conversation Simulator
Session
Inference Result
Trace
Metrics
Evaluation
User Group
Model
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
⌘I