Tests
Get Test
Retrieve details of a specific test by ID
GET
Get Test Details
Retrieve detailed information about a specific test, including its project and creator details.
Headers
Your Iris API access token
Query Parameters
Must be set to 1 for TRPC compatibility
The query input parameters
Response
Returns the test details along with included relations if specified.
Unique identifier of the test
Name of the test
Description of the test
Target URL for the test
Test steps in natural language format
Current status of the test (e.g., “DRAFT”)
Whether the test is active
ID of the associated project
ID of the user who created the test
Timestamp when the test was created
Timestamp when the test was last updated
Project details if included
Creator details if included