Skip to main content
GET
List the tests of an agent

Authorizations

X-Api-Key
string
header
required

Headers

X-Api-Key
string
required

Api key to pass as a X-Api-Key request header.

Query Parameters

agentId
string
required

ID of the agent.

kind
enum<string>

Only this kind of tests: Simulation or Classification. Omit for all.

Available options:
Simulation,
Classification

Response

Success

id
string | null
kind
enum<string>
Available options:
Simulation,
Classification
name
string | null
folderId
string | null

Folder containing the test, null at the root

lastRunId
string | null

Most recent run of the test, any status

lastRunStatus
enum<string>
Available options:
Queued,
Running,
Passed,
Failed,
Error,
Cancelled
lastRunAt
string<date-time> | null
updatedAt
string<date-time>