Get Test
Retrieve a test by ID.
Authentication
AuthorizationBearer
Enter the key with the Bearer prefix, e.g. ‘Bearer API_KEY|ACCESS_TOKEN’.
Path parameters
id
Response
The requested test.
id
agent_id
name
description
type
Discriminates the shape of AgentTest.config.
scenario- send one message to the agent and judge the response with an LLM.tool- assert that the agent calls a specific tool given a context.simulation- run a multi-turn conversation between the agent and an AI caller.
Allowed values:
config
Type-specific configuration document.
created_at
updated_at
tool_mock_config
Optional tool-mocking config applied during runs of this test.