Get
/api/v1/Execution/projects/{projectId}/tests/{testId}/results/{batchId}/aggregate-detail
Get the aggregate detail of a test execution result
Security
API Key: x-val-api-token
Header parameter namex-val-api-token
API key needed to access endpoints. Each Validatar user can manage their own set of API keys.
Path parameters
projectId
integer (int32) Required
Project containing the execution
testId
integer (int32) Required
Test that was executed
batchId
integer (int32) Required
Batch containing the execution
Responses
200
OK
object
name
string | null
The name of the execution result
executionKey
string | null
The key of the execution result
batchId
integer (int32) | null
The ID of the batch associated with the execution
403
Forbidden
404
Not Found
object
error
string | null