Test Suite Endpoints
Get Test Suite
Get details of a specific test suite
GET
Get Test Suite
Documentation Index
Fetch the complete documentation index at: https://agentdiff.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Request
Path Parameters
Test suite ID
Query Parameters
Include full test details
Example Request
Response
Suite identifier
Suite name
Suite description
List of tests (when
expand=true)Example Response (expand=true)
Example Response (expand=false)
Test Object
Each test includes:| Field | Description |
|---|---|
id | Unique test identifier |
name | Test name |
prompt | Prompt to give to the agent |
expectedOutput | Assertions in JSON DSL |
SDK Usage
Get Test Suite