Fetch Data
POST /api/fetchSlackWebhooks
Fetch the configured Slack webhooks that can be used for sending notifications.
POST /api/fetchAuthMechanismData
Retrieve authentication mechanism details (e.g., headers, tokens) configured for testing APIs.
POST /api/fetchTestingRunResults
Fetch the results of executed test runs, including issues found and their severity.
POST /api/fetchActiveTestRunsStatus
Retrieve the current status of active or in-progress test runs.
POST /api/fetchTestRoles
Fetch test roles and their associated permissions or configurations for API testing.
POST /api/fetchMiniTestingServiceNames
Get the names of mini-testing services available for distributed/parallel test execution.
POST /api/retrieveAllCollectionTests
Retrieve all available tests mapped to each API collection.
POST /api/convertSamleDataToBurpRequest
Convert an Akto HTTP sample message to a raw Burp Suite-compatible HTTP request string.
POST /api/downloadBurpPluginJar
Record a Burp plugin JAR download event and update the last downloaded timestamp for the user.
POST /api/fetchBurpPluginDownloadLink
Return the static download URL for the latest Akto Burp extension JAR.
POST /api/fetchBurpCredentials
Find or create a Burp-type API token for the current account for use with the Burp extension.
POST /api/fetchBurpPluginInfo
Return the last boot-up timestamp and version of the Akto Burp extension.
POST /api/fetchRecordedFlowOutput
Poll for the result of a recorded login flow execution and retrieve the extracted auth token when complete.
POST /api/fetchRecordedLoginScreenshots
Retrieve base64-encoded PNG screenshots captured during the last login flow execution for a test role.
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEYdescription
POST /api/fetchSlackWebhooks HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2
{}description
{
"apiTokenId": 0,
"apiTokenDeleted": false,
"webhookName": "null",
"tokenUtility": "null",
"error": "null",
"webhookUrl": "null",
"frequencyInSeconds": 0
}You can get this from Settings > Integrations > Akto APls > Generate token
API_KEYdescription
POST /api/fetchAuthMechanismData HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2
{}description
{
"workflowTestingRun": "null",
"authMechanismDoc": "null",
"authParamData": "null",
"authMechanism": {
"authParams": [
{
"showHeader": true,
"where": "HEADER",
"value": "Bearer eyJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJhbmt1c2grb25lQGFrdG8uaW8iLCJpYXQiOjE3NTQzMjg2MzQsImV4cCI6MTc1NDkzMzQzNCwicm9sZSI6InVzZXIifQ.FQtmZw147NT7YuA5UdCk4Gdfajk2qXmni93zqSseUosBOUu4oBYboHagFVlglyVYO6WulCgUxRI3pP2dVkO0DU0hnhdUbnLJXVyfbgD5HFRUSN21_pqYMAJd0ngu6izqHwncbfX50iGh-Ltr8bWg4QVBMaBkbReitOHwolfBAkuVyZCKoATq0GszXDYl9a_akP15qP_2uzMkw5iA8LRnFt1EJMoXBUbYTgkVGHN9NrWVZr9yhfdjn-rEub9IPekrYoRKsxM0pMHyB2Yldj8ZBGCNHVqNaaDJjfUtrB7LytKYHF-hNngj9cno3heM0lOt1xoAEVrbvc7go07Rg6iHYw",
"key": "authorization"
}
],
"apiCollectionIds": "null",
"cacheExpired": true,
"id": "null",
"requestData": "null",
"type": "HardCoded",
"recordedLoginFlowInput": "null",
"uuid": "f8c8201b-b26c-4a9d-9f31-ad44fb4151df"
},
"responses": "null",
"requestData": "null",
"workflowTestResult": "null",
"type": "null",
"nodeId": "null",
"uuid": "null"
}You can get this from Settings > Integrations > Akto APls > Generate token
API_KEYVULNERABLEseverity-115068b841d282b95e966633967e0description
POST /api/fetchTestingRunResults HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 157
{
"queryMode": "VULNERABLE",
"sortKey": "severity",
"sortOrder": -1,
"limit": 150,
"testingRunResultSummaryHexId": "68b841d282b95e966633967e",
"skip": 0,
"queryValue": ""
}description
{
"metadata": "null",
"continuousTesting": false,
"sendMsTeamsAlert": false,
"allTestsCountMap": "{}",
"testRunByTestEditor": false,
"source": "null",
"testRunIds": "null",
"selectedTestRunResultHexIds": "null",
"issueSummaryInfo": "SUCCESS",
"testingRunResult": "null",
"limit": 150,
"testCountMap": "null",
"testingRunHexId": "null",
"testRoleId": "null",
"testName": "null",
"testingRunResultSummaryHexId": "68b841d282b95e966633967e",
"selectedSlackWebhook": 0,
"maxConcurrentRequests": 0,
"metadataFilters": "null",
"testingRuns": "null",
"latestTestingRunResultSummaries": "null",
"sortKey": "severity",
"sortOrder": -1,
"endTimestamp": 0,
"issuesDescriptionMap": "null",
"currentTestStateStatus": "SUCCESS",
"testingRunResultSummaries": "null",
"runIssues": "null",
"skip": 0,
"issuesSummaryInfoMap": {
"SERVER_VERSION_EXPOSED_VIA_RESPONSE_HEADER": 21,
"NOSQLI_ERROR_BASED_PARAM_MONGO_SPECIAL_CHARACTERS": 6,
"CUSTOM_GFB": 11,
"DOS_ATTACH_FILE_IN_BODY": 2,
"SENSITIVE_DATA_EXPOSURE_EMAIL": 11,
"USER_ENUM_REDIRECT_PAGE": 1,
"SERVER_VERSION_EXPOSED_IN_AN_INVALID_REQUEST": 2,
"UNWANTED_RESPONSE_HEADERS": 2,
"DESCRIPTIVE_ERROR_MESSAGE_INVALID_PAYLOAD": 6,
"PAYLOAD_KEYS_INVALID_VALUES": 1,
"HEADER_ALL_KEYS_INVALID_VALUES": 5,
"REMOVE_TOKENS": 5,
"HTTP_RESPONSE_SPLITTING": 1,
"FILE_INCLUSION_NEW_PARAM": 1,
"PORT_SCANNING": 4,
"NOSQLI_ERROR_BASED_REPLACE_BODY_MONGO_CUSTOM": 1,
"TIME_BASED_NOSQLI_JSON_BODY_REPLACE": 1,
"KUBERNETES_EXPOSED": 9,
"JWT_INVALID_SIGNATURE": 1,
"BYPASS_INPUT_VALIDATION_WITH_NULL_VALUES": 1,
"FETCH_SENSITIVE_FILES": 2,
"PAGINATION_MISCONFIGURATION": 1,
"PAYLOAD_ALL_KEYS_INVALID_VALUES": 4,
"OVERWRITING_EXISTING_RESOURCES_BY_MANIPULATING_IDENTIFIERS": 3,
"DEFAULT_LOGIN_CREDENTIALS": 2,
"AUTH_BYPASS_MULTI_CREDENTIAL_SINGLE_PARAM": 1,
"MANIPULATE_NUMBER_DATA_TYPE": 3,
"UNION_DATA_TYPE_BASED_SQLI_GET": 1,
"CHECK_GENERAL_GROUP_CHANGES": 1,
"LFI_IN_HEADERS_LINUX": 2,
"SWAGGER_API_EXPOSURE": 3,
"SENSITIVE_DATA_EXPOSURE_IP_ADDRESS": 4,
"STANDARD_SSRF": 2,
"REPLACE_AUTH_TOKEN_CACHING": 7,
"REMOVE_CSRF": 10,
"CHECK_GENERAL_GROUP_CHANGES_OTHER_USERS": 1,
"REMOVE_TOKENS_NEW": 3,
"AUTH_BYPASS_SQL_INJECTION": 1,
"MUST_CONTAIN_RESPONSE_HEADERS": 5,
"REPLACE_AUTH_TOKEN": 3,
"USER_ENUM_RESPONSE_CONTENT": 1,
"REPLACE_CSRF": 9,
"BYPASS_OTP_RATE_LIMIT": 1,
"CHECK_FL_BOLA": 25,
"JWT_NONE_ALGO": 15,
"SENSITIVE_DATA_EXPOSURE_JWT": 2,
"MISCONFIGURED_X_FRAME_OPTIONS_HEADER": 2
},
"testingRunsCount": 0,
"cleanUpTestingResources": false,
"jiraIssuesMapForResults": "null",
"authMechanism": "null",
"cicdTests": [
{
"date": "2024-05-12T13:40:11",
"timestamp": 1715521211
}
],
"currentTestsStatus": {
"totalTestsCompleted": 88,
"currentRunningTestsStatus": [
{
"testingRunId": "68b841d0828b657eb835f30c",
"testsInitiated": 446,
"testsInsertedInDb": 88
}
],
"testRunsScheduled": 446,
"testRunsQueued": 0
},
"latestSummaryIds": "null",
"miniTestingServiceNames": "null",
"testRunsByUser": false,
"usageTestRuns": "SUCCESS",
"allTestsCountsRanges": "null",
"sampleDataVsCurlMap": "null",
"selectedTests": "null",
"filters": "null",
"testingRunType": "null",
"recurringDaily": false,
"overriddenTestAppUrl": "null",
"workflowTest": "null",
"testingRun": "null",
"misConfiguredTestsCount": 0,
"testRunTime": 0,
"startTimestamp": 0,
"errorEnums": "{}",
"triggeredBy": "null"
}You can get this from Settings > Integrations > Akto APls > Generate token
API_KEYdescription
POST /api/fetchActiveTestRunsStatus HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2
{}description
{
"totalTestsCompleted": 0,
"currentRunningTestsStatus": [
{
"testingRunId": "68b841d0828b657eb835f30c",
"testsInitiated": 0,
"testsInsertedInDb": 0
}
],
"testRunsScheduled": 0,
"testRunsQueued": 0
}You can get this from Settings > Integrations > Akto APls > Generate token
API_KEYdescription
AKTO_ERROR while building schema
POST /api/fetchTestRoles HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2
{}description
{}You can get this from Settings > Integrations > Akto APls > Generate token
API_KEYdescription
POST /api/fetchMiniTestingServiceNames HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2
{}description
{
"metadata": "null",
"continuousTesting": false,
"allTestsCountMap": "{}",
"sendMsTeamsAlert": false,
"source": "null",
"testRunByTestEditor": false,
"testRunIds": "null",
"selectedTestRunResultHexIds": "null",
"issueSummaryInfo": "SUCCESS",
"testingRunResult": "null",
"testCountMap": "null",
"limit": 0,
"testingRunHexId": "null",
"testRoleId": "null",
"testName": "null",
"testingRunResultSummaryHexId": "null",
"selectedSlackWebhook": 0,
"maxConcurrentRequests": 0,
"latestTestingRunResultSummaries": "null",
"metadataFilters": "null",
"testingRuns": "null",
"sortKey": "null",
"sortOrder": 0,
"endTimestamp": 0,
"issuesDescriptionMap": "null",
"currentTestStateStatus": "SUCCESS",
"testingRunResults": "null",
"testingRunResultSummaries": "null",
"runIssues": "null",
"skip": 0,
"issuesSummaryInfoMap": {
"SERVER_VERSION_EXPOSED_VIA_RESPONSE_HEADER": 21,
"NOSQLI_ERROR_BASED_PARAM_MONGO_SPECIAL_CHARACTERS": 6,
"CUSTOM_GFB": 11,
"DOS_ATTACH_FILE_IN_BODY": 2,
"SENSITIVE_DATA_EXPOSURE_EMAIL": 11,
"USER_ENUM_REDIRECT_PAGE": 1,
"UNWANTED_RESPONSE_HEADERS": 2,
"DESCRIPTIVE_ERROR_MESSAGE_INVALID_PAYLOAD": 6,
"SERVER_VERSION_EXPOSED_IN_AN_INVALID_REQUEST": 2,
"PAYLOAD_KEYS_INVALID_VALUES": 1,
"HEADER_ALL_KEYS_INVALID_VALUES": 5,
"REMOVE_TOKENS": 5,
"HTTP_RESPONSE_SPLITTING": 1,
"TIME_BASED_NOSQLI_JSON_BODY_REPLACE": 1,
"PORT_SCANNING": 4,
"FILE_INCLUSION_NEW_PARAM": 1,
"NOSQLI_ERROR_BASED_REPLACE_BODY_MONGO_CUSTOM": 1,
"KUBERNETES_EXPOSED": 9,
"JWT_INVALID_SIGNATURE": 1,
"FETCH_SENSITIVE_FILES": 2,
"BYPASS_INPUT_VALIDATION_WITH_NULL_VALUES": 1,
"PAGINATION_MISCONFIGURATION": 1,
"OVERWRITING_EXISTING_RESOURCES_BY_MANIPULATING_IDENTIFIERS": 3,
"PAYLOAD_ALL_KEYS_INVALID_VALUES": 4,
"DEFAULT_LOGIN_CREDENTIALS": 2,
"AUTH_BYPASS_MULTI_CREDENTIAL_SINGLE_PARAM": 1,
"MANIPULATE_NUMBER_DATA_TYPE": 3,
"UNION_DATA_TYPE_BASED_SQLI_GET": 1,
"CHECK_GENERAL_GROUP_CHANGES": 1,
"LFI_IN_HEADERS_LINUX": 2,
"SENSITIVE_DATA_EXPOSURE_IP_ADDRESS": 4,
"SWAGGER_API_EXPOSURE": 3,
"STANDARD_SSRF": 2,
"REPLACE_AUTH_TOKEN_CACHING": 7,
"REMOVE_CSRF": 10,
"CHECK_GENERAL_GROUP_CHANGES_OTHER_USERS": 1,
"REMOVE_TOKENS_NEW": 3,
"AUTH_BYPASS_SQL_INJECTION": 1,
"MUST_CONTAIN_RESPONSE_HEADERS": 5,
"REPLACE_AUTH_TOKEN": 3,
"USER_ENUM_RESPONSE_CONTENT": 1,
"REPLACE_CSRF": 9,
"BYPASS_OTP_RATE_LIMIT": 1,
"CHECK_FL_BOLA": 25,
"SENSITIVE_DATA_EXPOSURE_JWT": 2,
"MISCONFIGURED_X_FRAME_OPTIONS_HEADER": 2,
"JWT_NONE_ALGO": 15
},
"testingRunsCount": 0,
"jiraIssuesMapForResults": "null",
"cleanUpTestingResources": false,
"cicdTests": [
{
"date": "2024-05-12T13:40:11",
"timestamp": 1715521211
}
],
"authMechanism": "null",
"currentTestsStatus": {
"totalTestsCompleted": 0,
"currentRunningTestsStatus": [
{
"testingRunId": "68b841d0828b657eb835f30c",
"testsInitiated": 446,
"testsInsertedInDb": 0
}
],
"testRunsScheduled": 446,
"testRunsQueued": 0
},
"latestSummaryIds": "null",
"testRunsByUser": false,
"miniTestingServiceNames": [
"mini-testing-1"
],
"usageTestRuns": "SUCCESS",
"allTestsCountsRanges": "null",
"sampleDataVsCurlMap": "null",
"selectedTests": "null",
"filters": "null",
"testingRunType": "null",
"recurringDaily": false,
"overriddenTestAppUrl": "null",
"workflowTest": "null",
"testingRun": "null",
"testRunTime": 0,
"misConfiguredTestsCount": 0,
"startTimestamp": 0,
"errorEnums": "{}",
"triggeredBy": "null"
}You can get this from Settings > Integrations > Akto APls > Generate token
API_KEYscheduleTimestamp-15001788528065ONE_TIME0description
POST /api/retrieveAllCollectionTests HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 157
{
"searchString": "",
"sortKey": "scheduleTimestamp",
"sortOrder": -1,
"limit": 50,
"skip": 0,
"endTimestamp": 1788528065,
"testingRunType": "ONE_TIME",
"startTimestamp": 0
}description
{
"metadata": "null",
"continuousTesting": false,
"allTestsCountMap": "{}",
"sendMsTeamsAlert": false,
"testRunByTestEditor": false,
"source": "null",
"testRunIds": "null",
"selectedTestRunResultHexIds": "null",
"issueSummaryInfo": "SUCCESS",
"testingRunResult": "null",
"limit": 50,
"testCountMap": "null",
"testingRunHexId": "null",
"testRoleId": "null",
"testName": "null",
"selectedSlackWebhook": 0,
"testingRunResultSummaryHexId": "null",
"maxConcurrentRequests": 0,
"latestTestingRunResultSummaries": {
"6710c0402034f51abf64211c": {
"metadata": "null",
"testResultsCount": 2,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"testingRunId": {
"date": "2024-10-17T07:44:00",
"timestamp": 1729151040
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 2,
"id": {
"date": "2024-10-17T07:44:01",
"timestamp": 1729151041
},
"testingRunHexId": "null",
"state": "COMPLETED",
"newTestingSummary": true,
"endTimestamp": 1729151058,
"startTimestamp": 1729151041,
"hexId": "6710c041ed805da27134343d"
},
"67678caf31cb9659c29d608e": {
"metadata": "null",
"testResultsCount": 1,
"testingRunId": {
"date": "2024-12-22T03:51:11",
"timestamp": 1734839471
},
"originalTestingRunResultSummaryId": "null",
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 1,
"id": {
"date": "2024-12-22T03:51:13",
"timestamp": 1734839473
},
"newTestingSummary": true,
"state": "COMPLETED",
"testingRunHexId": "null",
"endTimestamp": 1734839476,
"startTimestamp": 1734839473,
"hexId": "67678cb1d84942269b5d0173"
},
"6761511d62d1a05c5984ed54": {
"metadata": "null",
"testResultsCount": 26,
"originalTestingRunResultSummaryId": "null",
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testingRunId": {
"date": "2024-12-17T10:23:25",
"timestamp": 1734431005
},
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 33,
"state": "COMPLETED",
"newTestingSummary": true,
"id": {
"date": "2025-03-05T10:23:31",
"timestamp": 1741170211
},
"testingRunHexId": "null",
"endTimestamp": 1741170223,
"startTimestamp": 1741170201,
"hexId": "67c826236781850a5bb45187"
},
"676152e994087d3da1f1c878": {
"metadata": "null",
"testResultsCount": 1,
"countIssues": "null",
"testingRunId": {
"date": "2024-12-17T10:31:05",
"timestamp": 1734431465
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 33,
"testingRunHexId": "null",
"id": {
"date": "2024-12-17T10:31:21",
"timestamp": 1734431481
},
"newTestingSummary": true,
"state": "STOPPED",
"endTimestamp": 0,
"startTimestamp": 1734431466,
"hexId": "676152f9d84942269bcb2298"
},
"6761563994087d3da1f1c87f": {
"metadata": "null",
"testResultsCount": 363,
"originalTestingRunResultSummaryId": "null",
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"testingRunId": {
"date": "2024-12-17T10:45:13",
"timestamp": 1734432313
},
"testIdConfig": 0,
"totalApis": 11,
"testInitiatedCount": 33,
"id": {
"date": "2024-12-17T10:45:17",
"timestamp": 1734432317
},
"newTestingSummary": true,
"state": "COMPLETED",
"testingRunHexId": "null",
"endTimestamp": 1734432755,
"startTimestamp": 1734432314,
"hexId": "6761563dd84942269b2ccc6e"
},
"676148fbb167666bab7d6141": {
"metadata": "null",
"testResultsCount": 33,
"originalTestingRunResultSummaryId": "null",
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"testingRunId": {
"date": "2024-12-17T09:48:43",
"timestamp": 1734428923
},
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 33,
"id": {
"date": "2024-12-17T09:48:45",
"timestamp": 1734428925
},
"state": "COMPLETED",
"newTestingSummary": true,
"testingRunHexId": "null",
"endTimestamp": 1734428931,
"startTimestamp": 1734428925,
"hexId": "676148fdd84942269bf4dda8"
},
"676155b694087d3da1f1c87e": {
"metadata": "null",
"testResultsCount": 33,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"testingRunId": {
"date": "2024-12-17T10:43:02",
"timestamp": 1734432182
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 33,
"id": {
"date": "2024-12-17T10:43:19",
"timestamp": 1734432199
},
"newTestingSummary": true,
"testingRunHexId": "null",
"state": "COMPLETED",
"endTimestamp": 1734432279,
"startTimestamp": 1734432183,
"hexId": "676155c7d84942269b1bbee3"
},
"67614a01b167666bab7d6146": {
"metadata": "null",
"testResultsCount": 33,
"originalTestingRunResultSummaryId": "null",
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"testingRunId": {
"date": "2024-12-17T09:53:05",
"timestamp": 1734429185
},
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 33,
"newTestingSummary": true,
"state": "COMPLETED",
"testingRunHexId": "null",
"id": {
"date": "2024-12-17T09:53:08",
"timestamp": 1734429188
},
"endTimestamp": 1734429231,
"startTimestamp": 1734429185,
"hexId": "67614a04d84942269b09005d"
},
"675dc383b6fb8d02d8dfccb2": {
"metadata": "null",
"testResultsCount": 27,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"testingRunId": {
"date": "2024-12-14T17:42:27",
"timestamp": 1734198147
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 27,
"id": {
"date": "2024-12-15T07:09:55",
"timestamp": 1734246595
},
"testingRunHexId": "null",
"newTestingSummary": true,
"state": "COMPLETED",
"endTimestamp": 1734246999,
"startTimestamp": 1734246591,
"hexId": "675e80c3d84942269b172f6e"
},
"675e80f6b6fb8d02d8dfcdc5": {
"metadata": "null",
"testResultsCount": 514,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testingRunId": {
"date": "2024-12-15T07:10:46",
"timestamp": 1734246646
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 27,
"id": {
"date": "2024-12-15T07:11:53",
"timestamp": 1734246713
},
"testingRunHexId": "null",
"state": "COMPLETED",
"newTestingSummary": true,
"endTimestamp": 1741960519,
"startTimestamp": 1741960488,
"hexId": "675e8139d84942269b26661d"
},
"67615ed4b198d6606daa7b7e": {
"metadata": "null",
"testResultsCount": 2,
"testingRunId": {
"date": "2024-12-17T11:21:56",
"timestamp": 1734434516
},
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 2,
"id": {
"date": "2024-12-17T11:22:01",
"timestamp": 1734434521
},
"state": "COMPLETED",
"newTestingSummary": true,
"testingRunHexId": "null",
"endTimestamp": 1734434608,
"startTimestamp": 1734434517,
"hexId": "67615ed9d84942269bfd4d18"
},
"675e964eb6fb8d02d8dfcdce": {
"metadata": "null",
"testResultsCount": 243,
"testingRunId": {
"date": "2024-12-15T08:41:50",
"timestamp": 1734252110
},
"originalTestingRunResultSummaryId": "null",
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"testIdConfig": 0,
"totalApis": 9,
"testInitiatedCount": 27,
"id": {
"date": "2024-12-15T08:41:55",
"timestamp": 1734252115
},
"newTestingSummary": true,
"testingRunHexId": "null",
"state": "COMPLETED",
"endTimestamp": 1734252268,
"startTimestamp": 1734252110,
"hexId": "675e9653d84942269bcedbb3"
},
"67dc53cb14a8f3119a2d7a1a": {
"metadata": "null",
"testResultsCount": 0,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testingRunId": {
"date": "2025-03-20T17:43:39",
"timestamp": 1742492619
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 163,
"newTestingSummary": true,
"id": {
"date": "2025-03-20T17:43:52",
"timestamp": 1742492632
},
"testingRunHexId": "null",
"state": "COMPLETED",
"endTimestamp": 1742492632,
"startTimestamp": 1742492622,
"hexId": "67dc53d86781850a5b9546d4"
},
"675e8a97b6fb8d02d8dfcdca": {
"metadata": "null",
"testResultsCount": 11,
"originalTestingRunResultSummaryId": "null",
"testingRunId": {
"date": "2024-12-15T07:51:51",
"timestamp": 1734249111
},
"countIssues": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 27,
"id": {
"date": "2024-12-15T07:51:57",
"timestamp": 1734249117
},
"state": "STOPPED",
"testingRunHexId": "null",
"newTestingSummary": true,
"endTimestamp": 0,
"startTimestamp": 1734249111,
"hexId": "675e8a9dd84942269b640dcb"
},
"675e84e5b6fb8d02d8dfcdc6": {
"metadata": "null",
"testResultsCount": 27,
"originalTestingRunResultSummaryId": "null",
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"testingRunId": {
"date": "2024-12-15T07:27:33",
"timestamp": 1734247653
},
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 27,
"id": {
"date": "2024-12-15T07:28:16",
"timestamp": 1734247696
},
"state": "COMPLETED",
"testingRunHexId": "null",
"newTestingSummary": true,
"endTimestamp": 1734247821,
"startTimestamp": 1734247696,
"hexId": "675e8510d84942269b9bfdfa"
},
"676aa580a57c0b41562592e3": {
"metadata": "null",
"testResultsCount": 6,
"testingRunId": {
"date": "2024-12-24T12:13:52",
"timestamp": 1735042432
},
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 6,
"id": {
"date": "2025-01-31T11:55:52",
"timestamp": 1738324552
},
"state": "COMPLETED",
"newTestingSummary": true,
"testingRunHexId": "null",
"endTimestamp": 1738324553,
"startTimestamp": 1738324542,
"hexId": "679cba4807b6eda96c2ca909"
},
"675e926ab6fb8d02d8dfcdcc": {
"metadata": "null",
"testResultsCount": 27,
"testingRunId": {
"date": "2024-12-15T08:25:14",
"timestamp": 1734251114
},
"originalTestingRunResultSummaryId": "null",
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 27,
"id": {
"date": "2024-12-15T08:25:15",
"timestamp": 1734251115
},
"testingRunHexId": "null",
"newTestingSummary": true,
"state": "COMPLETED",
"endTimestamp": 1734251250,
"startTimestamp": 1734251114,
"hexId": "675e926bd84942269b592d20"
},
"675e8c95b6fb8d02d8dfcdcb": {
"metadata": "null",
"testResultsCount": 27,
"testingRunId": {
"date": "2024-12-15T08:00:21",
"timestamp": 1734249621
},
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 27,
"testingRunHexId": "null",
"id": {
"date": "2024-12-15T08:03:57",
"timestamp": 1734249837
},
"newTestingSummary": true,
"state": "COMPLETED",
"endTimestamp": 1734250070,
"startTimestamp": 1734249836,
"hexId": "675e8d6dd84942269bc376d3"
},
"675e865db6fb8d02d8dfcdc8": {
"metadata": "null",
"testResultsCount": 27,
"originalTestingRunResultSummaryId": "null",
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"testingRunId": {
"date": "2024-12-15T07:33:49",
"timestamp": 1734248029
},
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 27,
"state": "COMPLETED",
"newTestingSummary": true,
"id": {
"date": "2024-12-15T07:33:54",
"timestamp": 1734248034
},
"testingRunHexId": "null",
"endTimestamp": 1734248410,
"startTimestamp": 1734248030,
"hexId": "675e8662d84942269bcacf22"
},
"675bda4940698c4959d74e69": {
"metadata": "null",
"testResultsCount": 1073,
"originalTestingRunResultSummaryId": "null",
"testingRunId": {
"date": "2024-12-13T06:55:05",
"timestamp": 1734072905
},
"countIssues": {
"HIGH": 2,
"MEDIUM": 0,
"LOW": 0
},
"testIdConfig": 0,
"totalApis": 19,
"testInitiatedCount": 416,
"id": {
"date": "2024-12-15T07:07:32",
"timestamp": 1734246452
},
"testingRunHexId": "null",
"state": "STOPPED",
"newTestingSummary": true,
"endTimestamp": 1734246704,
"startTimestamp": 1734246452,
"hexId": "675e8034d84942269b067df1"
},
"6761486c62d1a05c5984ed4b": {
"metadata": "null",
"testResultsCount": 33,
"testingRunId": {
"date": "2024-12-17T09:46:20",
"timestamp": 1734428780
},
"originalTestingRunResultSummaryId": "null",
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 33,
"testingRunHexId": "null",
"id": {
"date": "2024-12-17T09:46:23",
"timestamp": 1734428783
},
"state": "COMPLETED",
"newTestingSummary": true,
"endTimestamp": 1734428829,
"startTimestamp": 1734428778,
"hexId": "6761486fd84942269be5ba0b"
},
"688be5711ada921d78895cee": {
"metadata": "null",
"testResultsCount": 42,
"originalTestingRunResultSummaryId": "null",
"testingRunId": {
"date": "2025-07-31T21:51:45",
"timestamp": 1753998705
},
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testIdConfig": 0,
"totalApis": 10,
"testInitiatedCount": 5,
"id": {
"date": "2025-07-31T21:51:52",
"timestamp": 1753998712
},
"state": "COMPLETED",
"newTestingSummary": true,
"testingRunHexId": "null",
"endTimestamp": 1753998771,
"startTimestamp": 1753998705,
"hexId": "688be5785e9aec745d6b6af1"
},
"6761484062d1a05c5984ed4a": {
"metadata": "null",
"testResultsCount": 33,
"testingRunId": {
"date": "2024-12-17T09:45:36",
"timestamp": 1734428736
},
"originalTestingRunResultSummaryId": "null",
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 33,
"id": {
"date": "2024-12-17T09:45:37",
"timestamp": 1734428737
},
"testingRunHexId": "null",
"newTestingSummary": true,
"state": "COMPLETED",
"endTimestamp": 1734428747,
"startTimestamp": 1734428737,
"hexId": "67614841d84942269bdeec8f"
},
"676141eeb6fb8d02d8dfcf96": {
"metadata": "null",
"testResultsCount": 0,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"originalTestingRunResultSummaryId": "null",
"testingRunId": {
"date": "2024-12-17T09:18:38",
"timestamp": 1734427118
},
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 27,
"testingRunHexId": "null",
"newTestingSummary": true,
"state": "COMPLETED",
"id": {
"date": "2024-12-17T09:18:46",
"timestamp": 1734427126
},
"endTimestamp": 1734427219,
"startTimestamp": 1734427115,
"hexId": "676141f6d84942269b46a633"
},
"675e88feb6fb8d02d8dfcdc9": {
"metadata": "null",
"testResultsCount": 0,
"testingRunId": {
"date": "2024-12-15T07:45:02",
"timestamp": 1734248702
},
"countIssues": "null",
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 0,
"testInitiatedCount": 27,
"id": {
"date": "2024-12-15T07:45:10",
"timestamp": 1734248710
},
"state": "FAILED",
"testingRunHexId": "null",
"newTestingSummary": true,
"endTimestamp": 0,
"startTimestamp": 1734248701,
"hexId": "675e8906d84942269b28f041"
},
"675e858cb6fb8d02d8dfcdc7": {
"metadata": "null",
"testResultsCount": 4,
"testingRunId": {
"date": "2024-12-15T07:30:20",
"timestamp": 1734247820
},
"countIssues": "null",
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 27,
"state": "STOPPED",
"newTestingSummary": true,
"testingRunHexId": "null",
"id": {
"date": "2024-12-15T07:30:27",
"timestamp": 1734247827
},
"endTimestamp": 0,
"startTimestamp": 1734247821,
"hexId": "675e8593d84942269bad9224"
},
"6761461562d1a05c5984ed43": {
"metadata": "null",
"testResultsCount": 0,
"countIssues": "null",
"originalTestingRunResultSummaryId": "null",
"testingRunId": {
"date": "2024-12-17T09:36:21",
"timestamp": 1734428181
},
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 33,
"testingRunHexId": "null",
"id": {
"date": "2024-12-17T09:36:25",
"timestamp": 1734428185
},
"newTestingSummary": true,
"state": "FAILED",
"endTimestamp": 0,
"startTimestamp": 1734428181,
"hexId": "67614619d84942269baef2c4"
},
"67614a8cb167666bab7d6148": {
"metadata": "null",
"testResultsCount": 33,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"originalTestingRunResultSummaryId": "null",
"testingRunId": {
"date": "2024-12-17T09:55:24",
"timestamp": 1734429324
},
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 33,
"id": {
"date": "2024-12-17T09:55:42",
"timestamp": 1734429342
},
"newTestingSummary": true,
"testingRunHexId": "null",
"state": "COMPLETED",
"endTimestamp": 1734429454,
"startTimestamp": 1734429324,
"hexId": "67614a9ed84942269b1a2176"
},
"670e32c2ae52b7759bc05e9c": {
"metadata": "null",
"testResultsCount": 4,
"countIssues": "null",
"testingRunId": {
"date": "2024-10-15T09:15:46",
"timestamp": 1728983746
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 19,
"testInitiatedCount": 1,
"id": {
"date": "2024-10-15T09:16:05",
"timestamp": 1728983765
},
"newTestingSummary": true,
"testingRunHexId": "null",
"state": "STOPPED",
"endTimestamp": 0,
"startTimestamp": 1728983764,
"hexId": "670e32d5add97a7acfce836d"
},
"67dc4bc114a8f3119a2d7a16": {
"metadata": "null",
"testResultsCount": 0,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"originalTestingRunResultSummaryId": "null",
"testingRunId": {
"date": "2025-03-20T17:09:21",
"timestamp": 1742490561
},
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 163,
"newTestingSummary": true,
"state": "COMPLETED",
"id": {
"date": "2025-03-20T17:42:27",
"timestamp": 1742492547
},
"testingRunHexId": "null",
"endTimestamp": 1742492548,
"startTimestamp": 1742492537,
"hexId": "67dc53836781850a5b89ce7a"
},
"6761540494087d3da1f1c87a": {
"metadata": "null",
"testResultsCount": 1,
"testingRunId": {
"date": "2024-12-17T10:35:48",
"timestamp": 1734431748
},
"countIssues": "null",
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 33,
"id": {
"date": "2024-12-17T10:35:52",
"timestamp": 1734431752
},
"newTestingSummary": true,
"testingRunHexId": "null",
"state": "STOPPED",
"endTimestamp": 0,
"startTimestamp": 1734431749,
"hexId": "67615408d84942269be6295a"
},
"670e33f0ae52b7759bc05f16": {
"metadata": "null",
"testResultsCount": 1,
"testingRunId": {
"date": "2024-10-15T09:20:48",
"timestamp": 1728984048
},
"countIssues": "null",
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 19,
"testInitiatedCount": 1,
"state": "STOPPED",
"id": {
"date": "2024-10-15T09:20:50",
"timestamp": 1728984050
},
"testingRunHexId": "null",
"newTestingSummary": true,
"endTimestamp": 0,
"startTimestamp": 1728984049,
"hexId": "670e33f2add97a7acfdf3575"
},
"6852c292c5cf2444d100ced5": {
"metadata": "null",
"testResultsCount": 2,
"testingRunId": {
"date": "2025-06-18T13:43:46",
"timestamp": 1750254226
},
"originalTestingRunResultSummaryId": "null",
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testIdConfig": 0,
"totalApis": 2,
"testInitiatedCount": 2,
"state": "COMPLETED",
"testingRunHexId": "null",
"id": {
"date": "2025-06-18T13:58:20",
"timestamp": 1750255100
},
"newTestingSummary": true,
"endTimestamp": 1750255128,
"startTimestamp": 1750255090,
"hexId": "6852c5fc513645864da88323"
},
"67dc491a14a8f3119a2d7a14": {
"metadata": "null",
"testResultsCount": 2762,
"countIssues": {
"HIGH": 34,
"MEDIUM": 1,
"LOW": 0,
"CRITICAL": 1
},
"testingRunId": {
"date": "2025-03-20T16:58:02",
"timestamp": 1742489882
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 2,
"testInitiatedCount": 163,
"id": {
"date": "2025-03-20T16:58:13",
"timestamp": 1742489893
},
"newTestingSummary": true,
"testingRunHexId": "null",
"state": "COMPLETED",
"endTimestamp": 1746514390,
"startTimestamp": 1746514375,
"hexId": "67dc49256781850a5b3d92e9"
},
"682af3436d210e0c0bced0a1": {
"metadata": "null",
"testResultsCount": 1,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testingRunId": {
"date": "2025-05-19T09:00:51",
"timestamp": 1747645251
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 1,
"id": {
"date": "2025-05-19T09:05:41",
"timestamp": 1747645541
},
"newTestingSummary": true,
"testingRunHexId": "null",
"state": "COMPLETED",
"endTimestamp": 1747645554,
"startTimestamp": 1747645531,
"hexId": "682af465992b89537281b0a0"
},
"67595aa0c0e0bd1a7dda11b6": {
"metadata": "null",
"testResultsCount": 35,
"countIssues": {
"HIGH": 8,
"MEDIUM": 0,
"LOW": 0
},
"testingRunId": {
"date": "2024-12-11T09:25:52",
"timestamp": 1733909152
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 19,
"testInitiatedCount": 2,
"newTestingSummary": true,
"id": {
"date": "2024-12-15T07:07:52",
"timestamp": 1734246472
},
"testingRunHexId": "null",
"state": "STOPPED",
"endTimestamp": 1734246574,
"startTimestamp": 1741960443,
"hexId": "675e8048d84942269b08897d"
},
"67615f79b198d6606daa7b80": {
"metadata": "null",
"testResultsCount": 22,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"testingRunId": {
"date": "2024-12-17T11:24:41",
"timestamp": 1734434681
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 11,
"testInitiatedCount": 2,
"newTestingSummary": true,
"id": {
"date": "2024-12-17T11:24:44",
"timestamp": 1734434684
},
"state": "COMPLETED",
"testingRunHexId": "null",
"endTimestamp": 1734434778,
"startTimestamp": 1734434681,
"hexId": "67615f7cd84942269b0b8bcc"
},
"67dc53ee14a8f3119a2d7a1c": {
"metadata": "null",
"testResultsCount": 1050,
"countIssues": {
"HIGH": 2,
"MEDIUM": 1,
"LOW": 0,
"CRITICAL": 1
},
"testingRunId": {
"date": "2025-03-20T17:44:14",
"timestamp": 1742492654
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 19,
"testInitiatedCount": 163,
"state": "STOPPED",
"newTestingSummary": true,
"testingRunHexId": "null",
"id": {
"date": "2025-03-20T17:44:24",
"timestamp": 1742492664
},
"endTimestamp": 1742494465,
"startTimestamp": 1742492654,
"hexId": "67dc53f86781850a5b98f034"
},
"6761585894087d3da1f1c881": {
"metadata": "null",
"testResultsCount": 33,
"testingRunId": {
"date": "2024-12-17T10:54:16",
"timestamp": 1734432856
},
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 33,
"testingRunHexId": "null",
"newTestingSummary": true,
"id": {
"date": "2024-12-17T10:54:34",
"timestamp": 1734432874
},
"state": "COMPLETED",
"endTimestamp": 1734432966,
"startTimestamp": 1734432860,
"hexId": "6761586ad84942269b777035"
},
"676154e994087d3da1f1c87d": {
"metadata": "null",
"testResultsCount": 33,
"countIssues": "null",
"testingRunId": {
"date": "2024-12-17T10:39:37",
"timestamp": 1734431977
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 33,
"id": {
"date": "2024-12-17T10:39:39",
"timestamp": 1734431979
},
"state": "STOPPED",
"newTestingSummary": true,
"testingRunHexId": "null",
"endTimestamp": 0,
"startTimestamp": 1734431977,
"hexId": "676154ebd84942269b00d7d0"
},
"6761601fb198d6606daa7b82": {
"metadata": "null",
"testResultsCount": 2,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0
},
"testingRunId": {
"date": "2024-12-17T11:27:27",
"timestamp": 1734434847
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 2,
"id": {
"date": "2024-12-17T11:27:30",
"timestamp": 1734434850
},
"testingRunHexId": "null",
"state": "COMPLETED",
"newTestingSummary": true,
"endTimestamp": 1734435003,
"startTimestamp": 1734434847,
"hexId": "67616022d84942269b1d1adb"
},
"688be49d1ada921d78895a9a": {
"metadata": "null",
"testResultsCount": 0,
"originalTestingRunResultSummaryId": {
"date": "2025-07-31T21:49:32",
"timestamp": 1753998572
},
"countIssues": "{}",
"testingRunId": {
"date": "2025-07-31T21:48:13",
"timestamp": 1753998493
},
"testIdConfig": 257721776,
"totalApis": 0,
"testInitiatedCount": 0,
"id": {
"date": "2025-09-03T12:45:52",
"timestamp": 1756903552
},
"testingRunHexId": "null",
"state": "SCHEDULED",
"newTestingSummary": true,
"endTimestamp": 0,
"startTimestamp": 1756903552,
"hexId": "68b83880828b657eb835a115"
}
},
"testingRuns": [
{
"periodInSeconds": 0,
"testingRunConfig": "null",
"miniTestingServiceName": "Default_6a78",
"sendMsTeamsAlert": false,
"testingEndpoints": {
"apisList": [
{
"method": "POST",
"apiCollectionId": 1735032518,
"url": "https://juiceshop.akto.io/api/Feedbacks/"
}
],
"apiCollectionId": 1712830390,
"type": "COLLECTION_WISE",
"operator": "AND"
},
"sendPendingTestsWebhookTimestamp": 0,
"maxConcurrentRequests": -1,
"testIdConfig": 115153875,
"selectedSlackChannelId": 0,
"pickedUpTimestamp": 1741170201,
"newTestRun": true,
"sendSlackAlert": false,
"scheduleTimestamp": 1750255089,
"name": "juice_shop_demo_BOLA_NO_AUTH",
"userEmail": "fenil@akto.io",
"testRunTime": -1,
"state": "COMPLETED",
"id": {
"date": "2024-12-15T08:41:50",
"timestamp": 1728984048
},
"endTimestamp": 1734247821,
"triggeredBy": "null",
"hexId": "676152e994087d3da1f1c878"
}
],
"metadataFilters": "null",
"sortKey": "scheduleTimestamp",
"sortOrder": -1,
"endTimestamp": 1788528065,
"issuesDescriptionMap": "null",
"currentTestStateStatus": "SUCCESS",
"testingRunResults": "null",
"testingRunResultSummaries": "null",
"runIssues": "null",
"skip": 0,
"issuesSummaryInfoMap": {
"LLM_GLITCH_4": 1,
"LLM_GLITCH_5": 1,
"LLM_GLITCH_6": 1,
"LLM_MALWARE_EVADE_SWIFT": 1,
"AUTH_BYPASS_LOCKED_ACCOUNT_TOKEN_ROLE": 1,
"LLM_GLITCH_1": 1,
"REPLACE_TOKENS_CUSTOM_1712573847": 7,
"DESCRIPTIVE_ERROR_MESSAGE_INVALID_PAYLOAD": 3,
"LLM_GLITCH_2": 1,
"PROMPT_LEAK_INJECTION": 1,
"LLM_MALWARE_PAYLOAD_SWIFT": 1,
"REMOVE_TOKENS": 5,
"OPEN_REDIRECT_SUBDOMAIN_WHITELIST": 1,
"OPEN_REDIRECT": 1,
"LLM_MISLEADING": 1,
"WORKSPACE_DATA_VULN": 11,
"JWT_APPEND_SQL_INJECTION_MYSQL_CUSTOM_1723798796": 1,
"NOSQLI_BOOLEAN_BASED_QUERY_PARAM": 1,
"REMOVE_TOKENS_CUSTOM_1725722607": 9,
"JWT_NONE_ALGO": 1,
"LLM_MALWARE_SUBFUNCTION_SWIFT": 1,
"LLM_MALWARE_COMPLETE_SWIFT": 1
},
"testingRunsCount": 138,
"jiraIssuesMapForResults": "null",
"cleanUpTestingResources": false,
"authMechanism": {
"authParams": [
{
"showHeader": true,
"where": "HEADER",
"value": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2ODhiMzc3Mjc4ZTQ1ZjQ2ZGMxMjEwNDEiLCJ1c2VybmFtZSI6ImFiY2QiLCJpc0FkbWluIjoiZmFsc2UiLCJpYXQiOjE3NTM5NTQxNjZ9.0m7COPCfDhagJNpNu9_Ti0cy1ehf0oKbGJzP53IoJ5Q",
"key": "authorization"
}
],
"apiCollectionIds": "null",
"cacheExpired": true,
"id": "null",
"requestData": "null",
"type": "HardCoded",
"uuid": "17702181-967a-414b-ab7b-f774798f3b3e",
"recordedLoginFlowInput": "null"
},
"latestSummaryIds": "null",
"testRunsByUser": false,
"currentTestsStatus": {
"totalTestsCompleted": 0,
"testRunsScheduled": 0,
"testRunsQueued": 1
},
"miniTestingServiceNames": "null",
"usageTestRuns": "SUCCESS",
"allTestsCountsRanges": "null",
"sampleDataVsCurlMap": "null",
"selectedTests": "null",
"testingRunType": "ONE_TIME",
"recurringDaily": false,
"overriddenTestAppUrl": "null",
"workflowTest": "null",
"testingRun": "null",
"testRunTime": 0,
"misConfiguredTestsCount": 0,
"startTimestamp": 0,
"errorEnums": "{}",
"triggeredBy": "null"
}Converts a single Akto HTTP sample message (a JSON string encoding the full request + response) into a raw HTTP request string compatible with Burp Suite. The returned string uses the URL path (not the full absolute URL) and omits the Content-Length header.
Note: the endpoint name contains a typo (Samle) which is preserved for backwards compatibility.
Source: ExportSampleDataAction.generateBurpRequest()
Akto HTTP sample message JSON string encoding both the request and response.
{"method":"GET","path":"/api/users","requestHeaders":{"Host":"api.example.com","Authorization":"Bearer [REDACTED_JWT]"},"responseCode":200,"responseBody":"{\"users\":[]}"}Burp Suite request string returned.
Raw HTTP request in Burp Suite format using the URL path.
GET /api/users HTTP/1.1 Host: api.example.com Authorization: Bearer [REDACTED_JWT]sampleData is null.
POST /api/convertSamleDataToBurpRequest HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 216
{
"sampleData": "{\"method\":\"GET\",\"path\":\"/api/users\",\"requestHeaders\":{\"Host\":\"api.example.com\",\"Authorization\":\"Bearer [REDACTED_JWT]\"},\"responseCode\":200,\"responseBody\":\"{\\\"users\\\":[]}\"}"
}{
"burpRequest": "GET /api/users HTTP/1.1\nHost: api.example.com\nAuthorization: Bearer [REDACTED_JWT]\n\n",
"actionErrors": [
"text"
]
}Updates the lastDownloadedAt timestamp for the current user and returns success. Call this endpoint when the user downloads the Akto Burp extension JAR to track adoption metrics. Returns no body fields beyond success.
Source: BurpJarAction.execute()
Download recorded successfully.
No content
POST /api/downloadBurpPluginJar HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 2
{}Download recorded successfully.
No content
Returns the static GitHub raw URL for the latest Akto Burp extension JAR (akto-burp-extension repository, master branch).
Source: BurpJarAction.fetchBurpPluginDownloadLink()
Download link returned.
GitHub raw URL for the Akto Burp extension JAR.
https://raw.githubusercontent.com/akto-api-security/akto-burp-extension/master/Akto.jarPOST /api/fetchBurpPluginDownloadLink HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 2
{}Download link returned.
{
"burpGithubLink": "https://raw.githubusercontent.com/akto-api-security/akto-burp-extension/master/Akto.jar",
"actionErrors": [
"text"
]
}Finds or creates a BURP-type utility API token for the current account. The host in the response is derived from the HTTP Origin request header sent by the Burp plugin.
Source: BurpJarAction.fetchBurpCredentials()
Burp credentials returned.
BURP-type utility API token for the account.
[REDACTED_API_TOKEN]Host extracted from the Origin HTTP header of the request (used by the Burp plugin to identify the Akto server).
app.example.comPOST /api/fetchBurpCredentials HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 2
{}Burp credentials returned.
{
"apiToken": "[REDACTED_API_TOKEN]",
"host": "app.example.com",
"actionErrors": [
"text"
]
}Returns the last boot-up timestamp and version string of the Akto Burp extension as recorded by the plugin during its last startup.
Source: BurpJarAction.fetchBurpPluginInfo()
Plugin info returned.
POST /api/fetchBurpPluginInfo HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 2
{}Plugin info returned.
{
"burpPluginInfo": {
"lastBootUpTimestamp": 1745280000,
"version": "1.5.2"
},
"actionErrors": [
"text"
]
}Polls for the result of a recorded login flow execution. In hybrid mode, pass the testingRunPlaygroundId returned by uploadRecordedFlow. When the flow completes, token contains the extracted auth token JSON (with an all_cookies array). While still running, tokenFetchInProgress is true and token is null.
Source: LoginRecorderAction.fetchRecordedFlowOutput()
ObjectId hex for hybrid mode polling. Omit for standard (non-hybrid) mode.
60a7b2c3d4e5f6a7b8c9d0e1Flow output or in-progress indicator.
Extracted auth token JSON string (contains all_cookies array). null while the flow is still executing.
{"all_cookies":[{"name":"session","value":"[REDACTED_SESSION_TOKEN]"}]}true while the flow is still executing; false when complete.
falsePOST /api/fetchRecordedFlowOutput HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 53
{
"testingRunPlaygroundId": "60a7b2c3d4e5f6a7b8c9d0e1"
}Flow output or in-progress indicator.
{
"token": "{\"all_cookies\":[{\"name\":\"session\",\"value\":\"[REDACTED_SESSION_TOKEN]\"}]}",
"tokenFetchInProgress": false,
"actionErrors": [
"text"
]
}Returns base64-encoded PNG screenshots captured during the last login flow execution for the given test role.
Source: LoginRecorderAction.fetchRecordedLoginScreenshots()
Name of the test role whose login screenshots to fetch.
adminScreenshots returned.
List of base64-encoded PNG screenshots from the login flow.
["iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIABQ=="]Unix epoch when the screenshots were last updated.
1745280000POST /api/fetchRecordedLoginScreenshots HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 20
{
"roleName": "admin"
}Screenshots returned.
{
"screenshotsBase64": [
"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQI12NgAAIABQ=="
],
"screenshotsUpdatedAt": 1745280000,
"actionErrors": [
"text"
]
}Last updated