{
"data": {
"attacks": [
{
"id": "<string>",
"type": "<string>",
"attributes": {
"id": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"dataset": "<string>",
"attack": "<string>",
"runtime_seconds": 123,
"total_events": 0,
"flagged_events": 0
}
}
],
"test": {
"id": "<string>",
"type": "<string>",
"attributes": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"has_finished": true,
"total_events": 0,
"flagged_events": 0
}
}
}
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Tests
Get Test
Lists all tests for a given project that the requesting user has at minimum read access to.
GET
/
v1
/
beta
/
projects
/
{project_id}
/
tests
/
{test_id}
{
"data": {
"attacks": [
{
"id": "<string>",
"type": "<string>",
"attributes": {
"id": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"dataset": "<string>",
"attack": "<string>",
"runtime_seconds": 123,
"total_events": 0,
"flagged_events": 0
}
}
],
"test": {
"id": "<string>",
"type": "<string>",
"attributes": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"has_finished": true,
"total_events": 0,
"flagged_events": 0
}
}
}
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}
