Get Agent Test
Retrieve a test by ID.
Authentication
AuthorizationBearer
Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.
Path parameters
id
Response
The requested test.
id
Prefixed wire identifier (test_<26 char Crockford base32>).
URL paths accept only this
prefixed form; legacy UUID path parameters are rejected with
404.
agent_id
Prefixed wire identifier (agent_<26 char Crockford base32>)
of the owning agent.
name
description
type
Discriminates the shape of AgentTest.config.
reply- 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.
config
Type-specific configuration document.
created_at
updated_at
tool_mock_config
Optional tool-mocking config applied during runs of this test.
variables
Per-test dynamic-variable overrides. Keys substitute {{key}}
placeholders inside the test config at run-start. Unknown keys
render as empty string, matching session dispatch behaviour.
folder_id
When set, prefixed wire identifier
(folder_<26 char Crockford base32>) of the containing folder.
Null means root (unfiled).
Errors
401
Unauthorized Error
404
Not Found Error