You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Returns the task details with given run ID and task index. Includes full log, configuration and result variables (unless security trimmed).",
300
+
"produces": [
301
+
"application/json"
302
+
],
303
+
"tags": [
304
+
"TestRun"
305
+
],
306
+
"summary": "Get detailed task of a given test run",
307
+
"operationId": "getTestRunTaskDetails",
308
+
"parameters": [
309
+
{
310
+
"type": "string",
311
+
"description": "ID of the test run",
312
+
"name": "runId",
313
+
"in": "path",
314
+
"required": true
315
+
},
316
+
{
317
+
"type": "string",
318
+
"description": "Index of the task to get details for",
"description": "Returns the task details with given run ID and task index. Includes full log, configuration and result variables (unless security trimmed).",
292
+
"produces": [
293
+
"application/json"
294
+
],
295
+
"tags": [
296
+
"TestRun"
297
+
],
298
+
"summary": "Get detailed task of a given test run",
299
+
"operationId": "getTestRunTaskDetails",
300
+
"parameters": [
301
+
{
302
+
"type": "string",
303
+
"description": "ID of the test run",
304
+
"name": "runId",
305
+
"in": "path",
306
+
"required": true
307
+
},
308
+
{
309
+
"type": "string",
310
+
"description": "Index of the task to get details for",
0 commit comments