200
Test suite retrieved successfully.
application/json
Type:
[object]
{
"properties": {
"createdAt": {
"format": "date-time",
"type": "string"
},
"description": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"tests": {
"items": {
"type": "object"
},
"type": "array"
},
"updatedAt": {
"format": "date-time",
"type": "string"
}
},
"type": "object"
}
{
"createdAt": "2025-01-01T10:00:00Z",
"description": "Test suite for user management endpoints",
"id": "ts-123",
"name": "User API Tests",
"tests": [
{
"endpoint": "/users",
"id": "test-001",
"method": "POST",
"name": "Create User Test"
}
],
"updatedAt": "2025-01-15T14:30:00Z"
}
401
Unauthorized
404
Test suite not found